Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.25 KB

PublicGdprDeleteInput.md

File metadata and controls

77 lines (42 loc) · 2.25 KB

PublicGdprDeleteInput

Properties

Name Type Description Notes
IdProperty Pointer to string [optional]
ObjectId string

Methods

NewPublicGdprDeleteInput

func NewPublicGdprDeleteInput(objectId string, ) *PublicGdprDeleteInput

NewPublicGdprDeleteInput instantiates a new PublicGdprDeleteInput 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

NewPublicGdprDeleteInputWithDefaults

func NewPublicGdprDeleteInputWithDefaults() *PublicGdprDeleteInput

NewPublicGdprDeleteInputWithDefaults instantiates a new PublicGdprDeleteInput 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

GetIdProperty

func (o *PublicGdprDeleteInput) GetIdProperty() string

GetIdProperty returns the IdProperty field if non-nil, zero value otherwise.

GetIdPropertyOk

func (o *PublicGdprDeleteInput) GetIdPropertyOk() (*string, bool)

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

SetIdProperty

func (o *PublicGdprDeleteInput) SetIdProperty(v string)

SetIdProperty sets IdProperty field to given value.

HasIdProperty

func (o *PublicGdprDeleteInput) HasIdProperty() bool

HasIdProperty returns a boolean if a field has been set.

GetObjectId

func (o *PublicGdprDeleteInput) GetObjectId() string

GetObjectId returns the ObjectId field if non-nil, zero value otherwise.

GetObjectIdOk

func (o *PublicGdprDeleteInput) GetObjectIdOk() (*string, bool)

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

SetObjectId

func (o *PublicGdprDeleteInput) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

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