Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.51 KB

CloudInsightsSavedViewResponse.md

File metadata and controls

212 lines (115 loc) · 6.51 KB

CloudInsightsSavedViewResponse

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 Pointer to string [optional]
OrganizationObjectId Pointer to string [optional]
ViewId Pointer to string [optional]

Methods

NewCloudInsightsSavedViewResponse

func NewCloudInsightsSavedViewResponse() *CloudInsightsSavedViewResponse

NewCloudInsightsSavedViewResponse instantiates a new CloudInsightsSavedViewResponse 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

NewCloudInsightsSavedViewResponseWithDefaults

func NewCloudInsightsSavedViewResponseWithDefaults() *CloudInsightsSavedViewResponse

NewCloudInsightsSavedViewResponseWithDefaults instantiates a new CloudInsightsSavedViewResponse 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 *CloudInsightsSavedViewResponse) GetColumns() []string

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

GetColumnsOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetColumns(v []string)

SetColumns sets Columns field to given value.

HasColumns

func (o *CloudInsightsSavedViewResponse) HasColumns() bool

HasColumns returns a boolean if a field has been set.

GetExcludeNonPersonEntities

func (o *CloudInsightsSavedViewResponse) GetExcludeNonPersonEntities() bool

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

GetExcludeNonPersonEntitiesOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetExcludeNonPersonEntities(v bool)

SetExcludeNonPersonEntities sets ExcludeNonPersonEntities field to given value.

HasExcludeNonPersonEntities

func (o *CloudInsightsSavedViewResponse) HasExcludeNonPersonEntities() bool

HasExcludeNonPersonEntities returns a boolean if a field has been set.

GetFilters

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

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

GetFiltersOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetFilters(v []CloudInsightsSavedViewBaseFiltersInner)

SetFilters sets Filters field to given value.

HasFilters

func (o *CloudInsightsSavedViewResponse) HasFilters() bool

HasFilters returns a boolean if a field has been set.

GetTimeRange

func (o *CloudInsightsSavedViewResponse) GetTimeRange() string

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

GetTimeRangeOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetTimeRange(v string)

SetTimeRange sets TimeRange field to given value.

HasTimeRange

func (o *CloudInsightsSavedViewResponse) HasTimeRange() bool

HasTimeRange returns a boolean if a field has been set.

GetName

func (o *CloudInsightsSavedViewResponse) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *CloudInsightsSavedViewResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetOrganizationObjectId

func (o *CloudInsightsSavedViewResponse) GetOrganizationObjectId() string

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

GetOrganizationObjectIdOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetOrganizationObjectId(v string)

SetOrganizationObjectId sets OrganizationObjectId field to given value.

HasOrganizationObjectId

func (o *CloudInsightsSavedViewResponse) HasOrganizationObjectId() bool

HasOrganizationObjectId returns a boolean if a field has been set.

GetViewId

func (o *CloudInsightsSavedViewResponse) GetViewId() string

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

GetViewIdOk

func (o *CloudInsightsSavedViewResponse) 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 *CloudInsightsSavedViewResponse) SetViewId(v string)

SetViewId sets ViewId field to given value.

HasViewId

func (o *CloudInsightsSavedViewResponse) HasViewId() bool

HasViewId returns a boolean if a field has been set.

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