Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 4.28 KB

RemoteFieldClassForCustomObjectClassItemSchema.md

File metadata and controls

123 lines (68 loc) · 4.28 KB

RemoteFieldClassForCustomObjectClassItemSchema

Properties

Name Type Description Notes
ItemType NullableString
ItemFormat NullableString
ItemChoices []string

Methods

NewRemoteFieldClassForCustomObjectClassItemSchema

func NewRemoteFieldClassForCustomObjectClassItemSchema(itemType NullableString, itemFormat NullableString, itemChoices []string, ) *RemoteFieldClassForCustomObjectClassItemSchema

NewRemoteFieldClassForCustomObjectClassItemSchema instantiates a new RemoteFieldClassForCustomObjectClassItemSchema 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

NewRemoteFieldClassForCustomObjectClassItemSchemaWithDefaults

func NewRemoteFieldClassForCustomObjectClassItemSchemaWithDefaults() *RemoteFieldClassForCustomObjectClassItemSchema

NewRemoteFieldClassForCustomObjectClassItemSchemaWithDefaults instantiates a new RemoteFieldClassForCustomObjectClassItemSchema 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

GetItemType

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemType() string

GetItemType returns the ItemType field if non-nil, zero value otherwise.

GetItemTypeOk

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemTypeOk() (*string, bool)

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

SetItemType

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemType(v string)

SetItemType sets ItemType field to given value.

SetItemTypeNil

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemTypeNil(b bool)

SetItemTypeNil sets the value for ItemType to be an explicit nil

UnsetItemType

func (o *RemoteFieldClassForCustomObjectClassItemSchema) UnsetItemType()

UnsetItemType ensures that no value is present for ItemType, not even an explicit nil

GetItemFormat

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemFormat() string

GetItemFormat returns the ItemFormat field if non-nil, zero value otherwise.

GetItemFormatOk

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemFormatOk() (*string, bool)

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

SetItemFormat

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemFormat(v string)

SetItemFormat sets ItemFormat field to given value.

SetItemFormatNil

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemFormatNil(b bool)

SetItemFormatNil sets the value for ItemFormat to be an explicit nil

UnsetItemFormat

func (o *RemoteFieldClassForCustomObjectClassItemSchema) UnsetItemFormat()

UnsetItemFormat ensures that no value is present for ItemFormat, not even an explicit nil

GetItemChoices

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemChoices() []string

GetItemChoices returns the ItemChoices field if non-nil, zero value otherwise.

GetItemChoicesOk

func (o *RemoteFieldClassForCustomObjectClassItemSchema) GetItemChoicesOk() (*[]string, bool)

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

SetItemChoices

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemChoices(v []string)

SetItemChoices sets ItemChoices field to given value.

SetItemChoicesNil

func (o *RemoteFieldClassForCustomObjectClassItemSchema) SetItemChoicesNil(b bool)

SetItemChoicesNil sets the value for ItemChoices to be an explicit nil

UnsetItemChoices

func (o *RemoteFieldClassForCustomObjectClassItemSchema) UnsetItemChoices()

UnsetItemChoices ensures that no value is present for ItemChoices, not even an explicit nil

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