Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.41 KB

CloudInsightsSavedViewResponseAllOf.md

File metadata and controls

108 lines (59 loc) · 3.41 KB

CloudInsightsSavedViewResponseAllOf

Properties

Name Type Description Notes
Name Pointer to string [optional]
OrganizationObjectId Pointer to string [optional]
ViewId Pointer to string [optional]

Methods

NewCloudInsightsSavedViewResponseAllOf

func NewCloudInsightsSavedViewResponseAllOf() *CloudInsightsSavedViewResponseAllOf

NewCloudInsightsSavedViewResponseAllOf instantiates a new CloudInsightsSavedViewResponseAllOf 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

NewCloudInsightsSavedViewResponseAllOfWithDefaults

func NewCloudInsightsSavedViewResponseAllOfWithDefaults() *CloudInsightsSavedViewResponseAllOf

NewCloudInsightsSavedViewResponseAllOfWithDefaults instantiates a new CloudInsightsSavedViewResponseAllOf 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 *CloudInsightsSavedViewResponseAllOf) GetName() string

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

GetNameOk

func (o *CloudInsightsSavedViewResponseAllOf) 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 *CloudInsightsSavedViewResponseAllOf) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CloudInsightsSavedViewResponseAllOf) HasName() bool

HasName returns a boolean if a field has been set.

GetOrganizationObjectId

func (o *CloudInsightsSavedViewResponseAllOf) GetOrganizationObjectId() string

GetOrganizationObjectId returns the OrganizationObjectId field if non-nil, zero value otherwise.

GetOrganizationObjectIdOk

func (o *CloudInsightsSavedViewResponseAllOf) GetOrganizationObjectIdOk() (*string, bool)

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

SetOrganizationObjectId

func (o *CloudInsightsSavedViewResponseAllOf) SetOrganizationObjectId(v string)

SetOrganizationObjectId sets OrganizationObjectId field to given value.

HasOrganizationObjectId

func (o *CloudInsightsSavedViewResponseAllOf) HasOrganizationObjectId() bool

HasOrganizationObjectId returns a boolean if a field has been set.

GetViewId

func (o *CloudInsightsSavedViewResponseAllOf) GetViewId() string

GetViewId returns the ViewId field if non-nil, zero value otherwise.

GetViewIdOk

func (o *CloudInsightsSavedViewResponseAllOf) GetViewIdOk() (*string, bool)

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

SetViewId

func (o *CloudInsightsSavedViewResponseAllOf) SetViewId(v string)

SetViewId sets ViewId field to given value.

HasViewId

func (o *CloudInsightsSavedViewResponseAllOf) HasViewId() bool

HasViewId returns a boolean if a field has been set.

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