Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.3 KB

CloudInsightsSavedViewPostAllOf.md

File metadata and controls

77 lines (42 loc) · 2.3 KB

CloudInsightsSavedViewPostAllOf

Properties

Name Type Description Notes
Name string
UserId Pointer to string [optional]

Methods

NewCloudInsightsSavedViewPostAllOf

func NewCloudInsightsSavedViewPostAllOf(name string, ) *CloudInsightsSavedViewPostAllOf

NewCloudInsightsSavedViewPostAllOf instantiates a new CloudInsightsSavedViewPostAllOf 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

NewCloudInsightsSavedViewPostAllOfWithDefaults

func NewCloudInsightsSavedViewPostAllOfWithDefaults() *CloudInsightsSavedViewPostAllOf

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

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

GetNameOk

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

SetName sets Name field to given value.

GetUserId

func (o *CloudInsightsSavedViewPostAllOf) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *CloudInsightsSavedViewPostAllOf) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *CloudInsightsSavedViewPostAllOf) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *CloudInsightsSavedViewPostAllOf) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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