Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

EnvironmentLogsErrorUnderlyingError.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

EnvironmentLogsErrorUnderlyingError

Properties

Name Type Description Notes
Message Pointer to string [optional]
FullDetails Pointer to string [optional]

Methods

NewEnvironmentLogsErrorUnderlyingError

func NewEnvironmentLogsErrorUnderlyingError() *EnvironmentLogsErrorUnderlyingError

NewEnvironmentLogsErrorUnderlyingError instantiates a new EnvironmentLogsErrorUnderlyingError 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

NewEnvironmentLogsErrorUnderlyingErrorWithDefaults

func NewEnvironmentLogsErrorUnderlyingErrorWithDefaults() *EnvironmentLogsErrorUnderlyingError

NewEnvironmentLogsErrorUnderlyingErrorWithDefaults instantiates a new EnvironmentLogsErrorUnderlyingError 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

GetMessage

func (o *EnvironmentLogsErrorUnderlyingError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *EnvironmentLogsErrorUnderlyingError) GetMessageOk() (*string, bool)

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

SetMessage

func (o *EnvironmentLogsErrorUnderlyingError) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *EnvironmentLogsErrorUnderlyingError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetFullDetails

func (o *EnvironmentLogsErrorUnderlyingError) GetFullDetails() string

GetFullDetails returns the FullDetails field if non-nil, zero value otherwise.

GetFullDetailsOk

func (o *EnvironmentLogsErrorUnderlyingError) GetFullDetailsOk() (*string, bool)

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

SetFullDetails

func (o *EnvironmentLogsErrorUnderlyingError) SetFullDetails(v string)

SetFullDetails sets FullDetails field to given value.

HasFullDetails

func (o *EnvironmentLogsErrorUnderlyingError) HasFullDetails() bool

HasFullDetails returns a boolean if a field has been set.

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