Skip to content

Latest commit

 

History

History
181 lines (98 loc) · 5.36 KB

CloudInsightsSavedViewPost.md

File metadata and controls

181 lines (98 loc) · 5.36 KB

CloudInsightsSavedViewPost

Properties

Name Type Description Notes
Columns Pointer to []string [optional]
ExcludeNonPersonEntities Pointer to bool [optional]
Filters Pointer to []CloudInsightsSavedViewBaseFiltersInner [optional]
TimeRange Pointer to string [optional]
Name string
UserId Pointer to string [optional]

Methods

NewCloudInsightsSavedViewPost

func NewCloudInsightsSavedViewPost(name string, ) *CloudInsightsSavedViewPost

NewCloudInsightsSavedViewPost instantiates a new CloudInsightsSavedViewPost 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

NewCloudInsightsSavedViewPostWithDefaults

func NewCloudInsightsSavedViewPostWithDefaults() *CloudInsightsSavedViewPost

NewCloudInsightsSavedViewPostWithDefaults instantiates a new CloudInsightsSavedViewPost 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

GetColumns

func (o *CloudInsightsSavedViewPost) GetColumns() []string

GetColumns returns the Columns field if non-nil, zero value otherwise.

GetColumnsOk

func (o *CloudInsightsSavedViewPost) GetColumnsOk() (*[]string, bool)

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

SetColumns

func (o *CloudInsightsSavedViewPost) SetColumns(v []string)

SetColumns sets Columns field to given value.

HasColumns

func (o *CloudInsightsSavedViewPost) HasColumns() bool

HasColumns returns a boolean if a field has been set.

GetExcludeNonPersonEntities

func (o *CloudInsightsSavedViewPost) GetExcludeNonPersonEntities() bool

GetExcludeNonPersonEntities returns the ExcludeNonPersonEntities field if non-nil, zero value otherwise.

GetExcludeNonPersonEntitiesOk

func (o *CloudInsightsSavedViewPost) GetExcludeNonPersonEntitiesOk() (*bool, bool)

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

SetExcludeNonPersonEntities

func (o *CloudInsightsSavedViewPost) SetExcludeNonPersonEntities(v bool)

SetExcludeNonPersonEntities sets ExcludeNonPersonEntities field to given value.

HasExcludeNonPersonEntities

func (o *CloudInsightsSavedViewPost) HasExcludeNonPersonEntities() bool

HasExcludeNonPersonEntities returns a boolean if a field has been set.

GetFilters

func (o *CloudInsightsSavedViewPost) GetFilters() []CloudInsightsSavedViewBaseFiltersInner

GetFilters returns the Filters field if non-nil, zero value otherwise.

GetFiltersOk

func (o *CloudInsightsSavedViewPost) GetFiltersOk() (*[]CloudInsightsSavedViewBaseFiltersInner, bool)

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

SetFilters

func (o *CloudInsightsSavedViewPost) SetFilters(v []CloudInsightsSavedViewBaseFiltersInner)

SetFilters sets Filters field to given value.

HasFilters

func (o *CloudInsightsSavedViewPost) HasFilters() bool

HasFilters returns a boolean if a field has been set.

GetTimeRange

func (o *CloudInsightsSavedViewPost) GetTimeRange() string

GetTimeRange returns the TimeRange field if non-nil, zero value otherwise.

GetTimeRangeOk

func (o *CloudInsightsSavedViewPost) GetTimeRangeOk() (*string, bool)

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

SetTimeRange

func (o *CloudInsightsSavedViewPost) SetTimeRange(v string)

SetTimeRange sets TimeRange field to given value.

HasTimeRange

func (o *CloudInsightsSavedViewPost) HasTimeRange() bool

HasTimeRange returns a boolean if a field has been set.

GetName

func (o *CloudInsightsSavedViewPost) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetUserId

func (o *CloudInsightsSavedViewPost) GetUserId() string

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

GetUserIdOk

func (o *CloudInsightsSavedViewPost) 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 *CloudInsightsSavedViewPost) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *CloudInsightsSavedViewPost) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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