Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 7.03 KB

PowerShellCommandErrorModel.md

File metadata and controls

210 lines (117 loc) · 7.03 KB

PowerShellCommandErrorModel

Properties

Name Type Description Notes
FullyQualifiedErrorId Pointer to NullableString The error Id [optional]
CategoryMessage Pointer to NullableString The catalog message [optional]
InvocationName Pointer to NullableString The invocation name [optional]
ErrorMessage Pointer to NullableString The error message [optional]
PositionMessage Pointer to NullableString The position message [optional]

Methods

NewPowerShellCommandErrorModel

func NewPowerShellCommandErrorModel() *PowerShellCommandErrorModel

NewPowerShellCommandErrorModel instantiates a new PowerShellCommandErrorModel 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

NewPowerShellCommandErrorModelWithDefaults

func NewPowerShellCommandErrorModelWithDefaults() *PowerShellCommandErrorModel

NewPowerShellCommandErrorModelWithDefaults instantiates a new PowerShellCommandErrorModel 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

GetFullyQualifiedErrorId

func (o *PowerShellCommandErrorModel) GetFullyQualifiedErrorId() string

GetFullyQualifiedErrorId returns the FullyQualifiedErrorId field if non-nil, zero value otherwise.

GetFullyQualifiedErrorIdOk

func (o *PowerShellCommandErrorModel) GetFullyQualifiedErrorIdOk() (*string, bool)

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

SetFullyQualifiedErrorId

func (o *PowerShellCommandErrorModel) SetFullyQualifiedErrorId(v string)

SetFullyQualifiedErrorId sets FullyQualifiedErrorId field to given value.

HasFullyQualifiedErrorId

func (o *PowerShellCommandErrorModel) HasFullyQualifiedErrorId() bool

HasFullyQualifiedErrorId returns a boolean if a field has been set.

SetFullyQualifiedErrorIdNil

func (o *PowerShellCommandErrorModel) SetFullyQualifiedErrorIdNil(b bool)

SetFullyQualifiedErrorIdNil sets the value for FullyQualifiedErrorId to be an explicit nil

UnsetFullyQualifiedErrorId

func (o *PowerShellCommandErrorModel) UnsetFullyQualifiedErrorId()

UnsetFullyQualifiedErrorId ensures that no value is present for FullyQualifiedErrorId, not even an explicit nil

GetCategoryMessage

func (o *PowerShellCommandErrorModel) GetCategoryMessage() string

GetCategoryMessage returns the CategoryMessage field if non-nil, zero value otherwise.

GetCategoryMessageOk

func (o *PowerShellCommandErrorModel) GetCategoryMessageOk() (*string, bool)

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

SetCategoryMessage

func (o *PowerShellCommandErrorModel) SetCategoryMessage(v string)

SetCategoryMessage sets CategoryMessage field to given value.

HasCategoryMessage

func (o *PowerShellCommandErrorModel) HasCategoryMessage() bool

HasCategoryMessage returns a boolean if a field has been set.

SetCategoryMessageNil

func (o *PowerShellCommandErrorModel) SetCategoryMessageNil(b bool)

SetCategoryMessageNil sets the value for CategoryMessage to be an explicit nil

UnsetCategoryMessage

func (o *PowerShellCommandErrorModel) UnsetCategoryMessage()

UnsetCategoryMessage ensures that no value is present for CategoryMessage, not even an explicit nil

GetInvocationName

func (o *PowerShellCommandErrorModel) GetInvocationName() string

GetInvocationName returns the InvocationName field if non-nil, zero value otherwise.

GetInvocationNameOk

func (o *PowerShellCommandErrorModel) GetInvocationNameOk() (*string, bool)

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

SetInvocationName

func (o *PowerShellCommandErrorModel) SetInvocationName(v string)

SetInvocationName sets InvocationName field to given value.

HasInvocationName

func (o *PowerShellCommandErrorModel) HasInvocationName() bool

HasInvocationName returns a boolean if a field has been set.

SetInvocationNameNil

func (o *PowerShellCommandErrorModel) SetInvocationNameNil(b bool)

SetInvocationNameNil sets the value for InvocationName to be an explicit nil

UnsetInvocationName

func (o *PowerShellCommandErrorModel) UnsetInvocationName()

UnsetInvocationName ensures that no value is present for InvocationName, not even an explicit nil

GetErrorMessage

func (o *PowerShellCommandErrorModel) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *PowerShellCommandErrorModel) 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.

SetErrorMessage

func (o *PowerShellCommandErrorModel) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *PowerShellCommandErrorModel) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

SetErrorMessageNil

func (o *PowerShellCommandErrorModel) SetErrorMessageNil(b bool)

SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil

UnsetErrorMessage

func (o *PowerShellCommandErrorModel) UnsetErrorMessage()

UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil

GetPositionMessage

func (o *PowerShellCommandErrorModel) GetPositionMessage() string

GetPositionMessage returns the PositionMessage field if non-nil, zero value otherwise.

GetPositionMessageOk

func (o *PowerShellCommandErrorModel) GetPositionMessageOk() (*string, bool)

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

SetPositionMessage

func (o *PowerShellCommandErrorModel) SetPositionMessage(v string)

SetPositionMessage sets PositionMessage field to given value.

HasPositionMessage

func (o *PowerShellCommandErrorModel) HasPositionMessage() bool

HasPositionMessage returns a boolean if a field has been set.

SetPositionMessageNil

func (o *PowerShellCommandErrorModel) SetPositionMessageNil(b bool)

SetPositionMessageNil sets the value for PositionMessage to be an explicit nil

UnsetPositionMessage

func (o *PowerShellCommandErrorModel) UnsetPositionMessage()

UnsetPositionMessage ensures that no value is present for PositionMessage, not even an explicit nil

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