Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.45 KB

EnvironmentLogsMessage.md

File metadata and controls

82 lines (45 loc) · 2.45 KB

EnvironmentLogsMessage

Properties

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

Methods

NewEnvironmentLogsMessage

func NewEnvironmentLogsMessage() *EnvironmentLogsMessage

NewEnvironmentLogsMessage instantiates a new EnvironmentLogsMessage 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

NewEnvironmentLogsMessageWithDefaults

func NewEnvironmentLogsMessageWithDefaults() *EnvironmentLogsMessage

NewEnvironmentLogsMessageWithDefaults instantiates a new EnvironmentLogsMessage 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

GetSafeMessage

func (o *EnvironmentLogsMessage) GetSafeMessage() string

GetSafeMessage returns the SafeMessage field if non-nil, zero value otherwise.

GetSafeMessageOk

func (o *EnvironmentLogsMessage) GetSafeMessageOk() (*string, bool)

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

SetSafeMessage

func (o *EnvironmentLogsMessage) SetSafeMessage(v string)

SetSafeMessage sets SafeMessage field to given value.

HasSafeMessage

func (o *EnvironmentLogsMessage) HasSafeMessage() bool

HasSafeMessage returns a boolean if a field has been set.

GetFullDetails

func (o *EnvironmentLogsMessage) GetFullDetails() string

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

GetFullDetailsOk

func (o *EnvironmentLogsMessage) 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 *EnvironmentLogsMessage) SetFullDetails(v string)

SetFullDetails sets FullDetails field to given value.

HasFullDetails

func (o *EnvironmentLogsMessage) HasFullDetails() bool

HasFullDetails returns a boolean if a field has been set.

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