Name | Type | Description | Notes |
---|---|---|---|
Identifier | Pointer to string | Unique identifier (textual or numeric) of resources | [optional] |
StatusCode | Pointer to int32 | The status code expecting when actually perform the operation. Some values are - 200: updated (ok) - 201: created - 204: deleted (no content) - 304: unchanged (not modified) - 400: problem (bad request) - 404: not found - 409: duplicated (conflict) - 422: unprocessable | [optional] |
ErrorMessage | Pointer to NullableString | The error message expecting when actually perform the operation. | [optional] |
IdentifiedBy | Pointer to AssetIdentifyBy | [optional] | |
Before | Pointer to NullableAsset | [optional] | |
After | Pointer to NullableAsset | [optional] |
func NewAssetDryRun() *AssetDryRun
NewAssetDryRun instantiates a new AssetDryRun 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 NewAssetDryRunWithDefaults() *AssetDryRun
NewAssetDryRunWithDefaults instantiates a new AssetDryRun 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 *AssetDryRun) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *AssetDryRun) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (o *AssetDryRun) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *AssetDryRun) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *AssetDryRun) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *AssetDryRun) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *AssetDryRun) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *AssetDryRun) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil
func (o *AssetDryRun) GetIdentifiedBy() AssetIdentifyBy
GetIdentifiedBy returns the IdentifiedBy field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetIdentifiedByOk() (*AssetIdentifyBy, bool)
GetIdentifiedByOk returns a tuple with the IdentifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetIdentifiedBy(v AssetIdentifyBy)
SetIdentifiedBy sets IdentifiedBy field to given value.
func (o *AssetDryRun) HasIdentifiedBy() bool
HasIdentifiedBy returns a boolean if a field has been set.
func (o *AssetDryRun) GetBefore() Asset
GetBefore returns the Before field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetBeforeOk() (*Asset, bool)
GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetBefore(v Asset)
SetBefore sets Before field to given value.
func (o *AssetDryRun) HasBefore() bool
HasBefore returns a boolean if a field has been set.
func (o *AssetDryRun) SetBeforeNil(b bool)
SetBeforeNil sets the value for Before to be an explicit nil
func (o *AssetDryRun) UnsetBefore()
UnsetBefore ensures that no value is present for Before, not even an explicit nil
func (o *AssetDryRun) GetAfter() Asset
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *AssetDryRun) GetAfterOk() (*Asset, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetDryRun) SetAfter(v Asset)
SetAfter sets After field to given value.
func (o *AssetDryRun) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (o *AssetDryRun) SetAfterNil(b bool)
SetAfterNil sets the value for After to be an explicit nil
func (o *AssetDryRun) UnsetAfter()
UnsetAfter ensures that no value is present for After, not even an explicit nil