Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

SystemInsightsCupsDestinations.md

File metadata and controls

134 lines (73 loc) · 3.92 KB

SystemInsightsCupsDestinations

Properties

Name Type Description Notes
Name Pointer to string [optional]
OptionName Pointer to string [optional]
OptionValue Pointer to string [optional]
SystemId Pointer to string [optional]

Methods

NewSystemInsightsCupsDestinations

func NewSystemInsightsCupsDestinations() *SystemInsightsCupsDestinations

NewSystemInsightsCupsDestinations instantiates a new SystemInsightsCupsDestinations 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

NewSystemInsightsCupsDestinationsWithDefaults

func NewSystemInsightsCupsDestinationsWithDefaults() *SystemInsightsCupsDestinations

NewSystemInsightsCupsDestinationsWithDefaults instantiates a new SystemInsightsCupsDestinations 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

GetName

func (o *SystemInsightsCupsDestinations) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *SystemInsightsCupsDestinations) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SystemInsightsCupsDestinations) HasName() bool

HasName returns a boolean if a field has been set.

GetOptionName

func (o *SystemInsightsCupsDestinations) GetOptionName() string

GetOptionName returns the OptionName field if non-nil, zero value otherwise.

GetOptionNameOk

func (o *SystemInsightsCupsDestinations) GetOptionNameOk() (*string, bool)

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

SetOptionName

func (o *SystemInsightsCupsDestinations) SetOptionName(v string)

SetOptionName sets OptionName field to given value.

HasOptionName

func (o *SystemInsightsCupsDestinations) HasOptionName() bool

HasOptionName returns a boolean if a field has been set.

GetOptionValue

func (o *SystemInsightsCupsDestinations) GetOptionValue() string

GetOptionValue returns the OptionValue field if non-nil, zero value otherwise.

GetOptionValueOk

func (o *SystemInsightsCupsDestinations) GetOptionValueOk() (*string, bool)

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

SetOptionValue

func (o *SystemInsightsCupsDestinations) SetOptionValue(v string)

SetOptionValue sets OptionValue field to given value.

HasOptionValue

func (o *SystemInsightsCupsDestinations) HasOptionValue() bool

HasOptionValue returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsCupsDestinations) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsCupsDestinations) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsCupsDestinations) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsCupsDestinations) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

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