Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

DeleteAccountSchemaAttributeRequest.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

DeleteAccountSchemaAttributeRequest

Properties

Name Type Description Notes
ObjectType Pointer to string [optional]
Names Pointer to string [optional]

Methods

NewDeleteAccountSchemaAttributeRequest

func NewDeleteAccountSchemaAttributeRequest() *DeleteAccountSchemaAttributeRequest

NewDeleteAccountSchemaAttributeRequest instantiates a new DeleteAccountSchemaAttributeRequest 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

NewDeleteAccountSchemaAttributeRequestWithDefaults

func NewDeleteAccountSchemaAttributeRequestWithDefaults() *DeleteAccountSchemaAttributeRequest

NewDeleteAccountSchemaAttributeRequestWithDefaults instantiates a new DeleteAccountSchemaAttributeRequest 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

GetObjectType

func (o *DeleteAccountSchemaAttributeRequest) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *DeleteAccountSchemaAttributeRequest) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *DeleteAccountSchemaAttributeRequest) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *DeleteAccountSchemaAttributeRequest) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

GetNames

func (o *DeleteAccountSchemaAttributeRequest) GetNames() string

GetNames returns the Names field if non-nil, zero value otherwise.

GetNamesOk

func (o *DeleteAccountSchemaAttributeRequest) GetNamesOk() (*string, bool)

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

SetNames

func (o *DeleteAccountSchemaAttributeRequest) SetNames(v string)

SetNames sets Names field to given value.

HasNames

func (o *DeleteAccountSchemaAttributeRequest) HasNames() bool

HasNames returns a boolean if a field has been set.

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