Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.98 KB

AddAssetRequest.md

File metadata and controls

160 lines (87 loc) · 3.98 KB

AddAssetRequest

Properties

Name Type Description Notes
Data Pointer to map[string]interface{} [optional]
Description Pointer to string [optional]
Id Pointer to string [optional]
Kind Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewAddAssetRequest

func NewAddAssetRequest() *AddAssetRequest

NewAddAssetRequest instantiates a new AddAssetRequest 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

NewAddAssetRequestWithDefaults

func NewAddAssetRequestWithDefaults() *AddAssetRequest

NewAddAssetRequestWithDefaults instantiates a new AddAssetRequest 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

GetData

func (o *AddAssetRequest) GetData() map[string]interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *AddAssetRequest) GetDataOk() (*map[string]interface{}, bool)

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

SetData

func (o *AddAssetRequest) SetData(v map[string]interface{})

SetData sets Data field to given value.

HasData

func (o *AddAssetRequest) HasData() bool

HasData returns a boolean if a field has been set.

GetDescription

func (o *AddAssetRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *AddAssetRequest) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *AddAssetRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AddAssetRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *AddAssetRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AddAssetRequest) GetIdOk() (*string, bool)

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

SetId

func (o *AddAssetRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AddAssetRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetKind

func (o *AddAssetRequest) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *AddAssetRequest) GetKindOk() (*string, bool)

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

SetKind

func (o *AddAssetRequest) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *AddAssetRequest) HasKind() bool

HasKind returns a boolean if a field has been set.

GetName

func (o *AddAssetRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AddAssetRequest) GetNameOk() (*string, bool)

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

SetName

func (o *AddAssetRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AddAssetRequest) HasName() bool

HasName returns a boolean if a field has been set.

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