Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.69 KB

OrganizationTransferResponse.md

File metadata and controls

77 lines (42 loc) · 2.69 KB

OrganizationTransferResponse

Properties

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]

Methods

NewOrganizationTransferResponse

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

NewOrganizationTransferResponseWithDefaults

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

GetCollection

func (o *OrganizationTransferResponse) GetCollection() string

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

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.

SetCollection

func (o *OrganizationTransferResponse) SetCollection(v string)

SetCollection sets Collection field to given value.

GetNewSourceHostname

func (o *OrganizationTransferResponse) GetNewSourceHostname() string

GetNewSourceHostname returns the NewSourceHostname field if non-nil, zero value otherwise.

GetNewSourceHostnameOk

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.

SetNewSourceHostname

func (o *OrganizationTransferResponse) SetNewSourceHostname(v string)

SetNewSourceHostname sets NewSourceHostname field to given value.

HasNewSourceHostname

func (o *OrganizationTransferResponse) HasNewSourceHostname() bool

HasNewSourceHostname returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]