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] |
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
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
func (o *AddAssetRequest) GetData() map[string]interface{}
GetData returns the Data field if non-nil, zero value otherwise.
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.
func (o *AddAssetRequest) SetData(v map[string]interface{})
SetData sets Data field to given value.
func (o *AddAssetRequest) HasData() bool
HasData returns a boolean if a field has been set.
func (o *AddAssetRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *AddAssetRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AddAssetRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AddAssetRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AddAssetRequest) SetId(v string)
SetId sets Id field to given value.
func (o *AddAssetRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AddAssetRequest) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
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.
func (o *AddAssetRequest) SetKind(v string)
SetKind sets Kind field to given value.
func (o *AddAssetRequest) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *AddAssetRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AddAssetRequest) SetName(v string)
SetName sets Name field to given value.
func (o *AddAssetRequest) HasName() bool
HasName returns a boolean if a field has been set.