Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.71 KB

TriggerInputSavedSearchComplete.md

File metadata and controls

177 lines (94 loc) · 5.71 KB

TriggerInputSavedSearchComplete

Properties

Name Type Description Notes
FileName string A name for the report file.
OwnerEmail string The email address of the identity that owns the saved search.
OwnerName string The name of the identity that owns the saved search.
Query string The search query that was used to generate the report.
SearchName string The name of the saved search.
SearchResults TriggerInputSavedSearchCompleteSearchResults
SignedS3Url string The Amazon S3 URL to download the report from.

Methods

NewTriggerInputSavedSearchComplete

func NewTriggerInputSavedSearchComplete(fileName string, ownerEmail string, ownerName string, query string, searchName string, searchResults TriggerInputSavedSearchCompleteSearchResults, signedS3Url string, ) *TriggerInputSavedSearchComplete

NewTriggerInputSavedSearchComplete instantiates a new TriggerInputSavedSearchComplete 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

NewTriggerInputSavedSearchCompleteWithDefaults

func NewTriggerInputSavedSearchCompleteWithDefaults() *TriggerInputSavedSearchComplete

NewTriggerInputSavedSearchCompleteWithDefaults instantiates a new TriggerInputSavedSearchComplete 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

GetFileName

func (o *TriggerInputSavedSearchComplete) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

func (o *TriggerInputSavedSearchComplete) GetFileNameOk() (*string, bool)

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

SetFileName

func (o *TriggerInputSavedSearchComplete) SetFileName(v string)

SetFileName sets FileName field to given value.

GetOwnerEmail

func (o *TriggerInputSavedSearchComplete) GetOwnerEmail() string

GetOwnerEmail returns the OwnerEmail field if non-nil, zero value otherwise.

GetOwnerEmailOk

func (o *TriggerInputSavedSearchComplete) GetOwnerEmailOk() (*string, bool)

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

SetOwnerEmail

func (o *TriggerInputSavedSearchComplete) SetOwnerEmail(v string)

SetOwnerEmail sets OwnerEmail field to given value.

GetOwnerName

func (o *TriggerInputSavedSearchComplete) GetOwnerName() string

GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.

GetOwnerNameOk

func (o *TriggerInputSavedSearchComplete) GetOwnerNameOk() (*string, bool)

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

SetOwnerName

func (o *TriggerInputSavedSearchComplete) SetOwnerName(v string)

SetOwnerName sets OwnerName field to given value.

GetQuery

func (o *TriggerInputSavedSearchComplete) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

func (o *TriggerInputSavedSearchComplete) GetQueryOk() (*string, bool)

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

SetQuery

func (o *TriggerInputSavedSearchComplete) SetQuery(v string)

SetQuery sets Query field to given value.

GetSearchName

func (o *TriggerInputSavedSearchComplete) GetSearchName() string

GetSearchName returns the SearchName field if non-nil, zero value otherwise.

GetSearchNameOk

func (o *TriggerInputSavedSearchComplete) GetSearchNameOk() (*string, bool)

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

SetSearchName

func (o *TriggerInputSavedSearchComplete) SetSearchName(v string)

SetSearchName sets SearchName field to given value.

GetSearchResults

func (o *TriggerInputSavedSearchComplete) GetSearchResults() TriggerInputSavedSearchCompleteSearchResults

GetSearchResults returns the SearchResults field if non-nil, zero value otherwise.

GetSearchResultsOk

func (o *TriggerInputSavedSearchComplete) GetSearchResultsOk() (*TriggerInputSavedSearchCompleteSearchResults, bool)

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

SetSearchResults

func (o *TriggerInputSavedSearchComplete) SetSearchResults(v TriggerInputSavedSearchCompleteSearchResults)

SetSearchResults sets SearchResults field to given value.

GetSignedS3Url

func (o *TriggerInputSavedSearchComplete) GetSignedS3Url() string

GetSignedS3Url returns the SignedS3Url field if non-nil, zero value otherwise.

GetSignedS3UrlOk

func (o *TriggerInputSavedSearchComplete) GetSignedS3UrlOk() (*string, bool)

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

SetSignedS3Url

func (o *TriggerInputSavedSearchComplete) SetSignedS3Url(v string)

SetSignedS3Url sets SignedS3Url field to given value.

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