Name | Type | Description | Notes |
---|---|---|---|
Collection | string | The unique id of the collection created in the target organization containing the content of the source organization. | |
NewSourceHostname | Pointer to string | The new hostname if the source organization needed to change hostname. | [optional] |
func NewOrganizationTransferResponse(collection string, ) *OrganizationTransferResponse
NewOrganizationTransferResponse instantiates a new OrganizationTransferResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationTransferResponseWithDefaults() *OrganizationTransferResponse
NewOrganizationTransferResponseWithDefaults instantiates a new OrganizationTransferResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *OrganizationTransferResponse) GetCollection() string
GetCollection returns the Collection field if non-nil, zero value otherwise.
func (o *OrganizationTransferResponse) GetCollectionOk() (*string, bool)
GetCollectionOk returns a tuple with the Collection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationTransferResponse) SetCollection(v string)
SetCollection sets Collection field to given value.
func (o *OrganizationTransferResponse) GetNewSourceHostname() string
GetNewSourceHostname returns the NewSourceHostname field if non-nil, zero value otherwise.
func (o *OrganizationTransferResponse) GetNewSourceHostnameOk() (*string, bool)
GetNewSourceHostnameOk returns a tuple with the NewSourceHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationTransferResponse) SetNewSourceHostname(v string)
SetNewSourceHostname sets NewSourceHostname field to given value.
func (o *OrganizationTransferResponse) HasNewSourceHostname() bool
HasNewSourceHostname returns a boolean if a field has been set.