Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.37 KB

BulkRegistrationSchemaConnectViaInner.md

File metadata and controls

72 lines (39 loc) · 2.37 KB

BulkRegistrationSchemaConnectViaInner

Properties

Name Type Description Notes
AppName string
InstanceId string

Methods

NewBulkRegistrationSchemaConnectViaInner

func NewBulkRegistrationSchemaConnectViaInner(appName string, instanceId string, ) *BulkRegistrationSchemaConnectViaInner

NewBulkRegistrationSchemaConnectViaInner instantiates a new BulkRegistrationSchemaConnectViaInner 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

NewBulkRegistrationSchemaConnectViaInnerWithDefaults

func NewBulkRegistrationSchemaConnectViaInnerWithDefaults() *BulkRegistrationSchemaConnectViaInner

NewBulkRegistrationSchemaConnectViaInnerWithDefaults instantiates a new BulkRegistrationSchemaConnectViaInner 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

GetAppName

func (o *BulkRegistrationSchemaConnectViaInner) GetAppName() string

GetAppName returns the AppName field if non-nil, zero value otherwise.

GetAppNameOk

func (o *BulkRegistrationSchemaConnectViaInner) GetAppNameOk() (*string, bool)

GetAppNameOk returns a tuple with the AppName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAppName

func (o *BulkRegistrationSchemaConnectViaInner) SetAppName(v string)

SetAppName sets AppName field to given value.

GetInstanceId

func (o *BulkRegistrationSchemaConnectViaInner) GetInstanceId() string

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

func (o *BulkRegistrationSchemaConnectViaInner) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInstanceId

func (o *BulkRegistrationSchemaConnectViaInner) SetInstanceId(v string)

SetInstanceId sets InstanceId field to given value.

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