Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceMigration ¶
type ResourceMigration struct {
FromSite string `json:"from_site"`
EntityType enum.EntityType `json:"entity_type"`
EntityId string `json:"entity_id"`
Status resourceMigrationEnum.Status `json:"status"`
Errors string `json:"errors"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
Object string `json:"object"`
}
type RetrieveLatestRequestParams ¶
type RetrieveLatestRequestParams struct {
FromSite string `json:"from_site"`
EntityType enum.EntityType `json:"entity_type"`
EntityId string `json:"entity_id"`
}
Click to show internal directories.
Click to hide internal directories.