Name | Type | Description | Notes |
---|---|---|---|
SetupUrl | string | The URL to navigate to to continue Directory Sync setup. |
func NewSetupDirectorySync200Response(setupUrl string, ) *SetupDirectorySync200Response
NewSetupDirectorySync200Response instantiates a new SetupDirectorySync200Response 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 NewSetupDirectorySync200ResponseWithDefaults() *SetupDirectorySync200Response
NewSetupDirectorySync200ResponseWithDefaults instantiates a new SetupDirectorySync200Response 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 *SetupDirectorySync200Response) GetSetupUrl() string
GetSetupUrl returns the SetupUrl field if non-nil, zero value otherwise.
func (o *SetupDirectorySync200Response) GetSetupUrlOk() (*string, bool)
GetSetupUrlOk returns a tuple with the SetupUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetupDirectorySync200Response) SetSetupUrl(v string)
SetSetupUrl sets SetupUrl field to given value.