Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/SavedSearchCompleteSearchResultsAccount.md
2025-03-31 14:49:46 -04:00

3.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-saved-search-complete-search-results-account SavedSearchCompleteSearchResultsAccount SavedSearchCompleteSearchResultsAccount SavedSearchCompleteSearchResultsAccount gosdk
go
Golang
sdk
SavedSearchCompleteSearchResultsAccount
BetaSavedSearchCompleteSearchResultsAccount
/tools/sdk/go/beta/models/saved-search-complete-search-results-account
SDK
Software Development Kit
SavedSearchCompleteSearchResultsAccount
BetaSavedSearchCompleteSearchResultsAccount

SavedSearchCompleteSearchResultsAccount

Properties

Name Type Description Notes
Count string Number of rows in the table.
Noun string Type of object represented in the table.
Preview [][]string Sample of table data.

Methods

NewSavedSearchCompleteSearchResultsAccount

func NewSavedSearchCompleteSearchResultsAccount(count string, noun string, preview [][]string, ) *SavedSearchCompleteSearchResultsAccount

NewSavedSearchCompleteSearchResultsAccount instantiates a new SavedSearchCompleteSearchResultsAccount 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

NewSavedSearchCompleteSearchResultsAccountWithDefaults

func NewSavedSearchCompleteSearchResultsAccountWithDefaults() *SavedSearchCompleteSearchResultsAccount

NewSavedSearchCompleteSearchResultsAccountWithDefaults instantiates a new SavedSearchCompleteSearchResultsAccount 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

GetCount

func (o *SavedSearchCompleteSearchResultsAccount) GetCount() string

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *SavedSearchCompleteSearchResultsAccount) GetCountOk() (*string, bool)

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

SetCount

func (o *SavedSearchCompleteSearchResultsAccount) SetCount(v string)

SetCount sets Count field to given value.

GetNoun

func (o *SavedSearchCompleteSearchResultsAccount) GetNoun() string

GetNoun returns the Noun field if non-nil, zero value otherwise.

GetNounOk

func (o *SavedSearchCompleteSearchResultsAccount) GetNounOk() (*string, bool)

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

SetNoun

func (o *SavedSearchCompleteSearchResultsAccount) SetNoun(v string)

SetNoun sets Noun field to given value.

GetPreview

func (o *SavedSearchCompleteSearchResultsAccount) GetPreview() [][]string

GetPreview returns the Preview field if non-nil, zero value otherwise.

GetPreviewOk

func (o *SavedSearchCompleteSearchResultsAccount) GetPreviewOk() (*[][]string, bool)

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

SetPreview

func (o *SavedSearchCompleteSearchResultsAccount) SetPreview(v [][]string)

SetPreview sets Preview field to given value.