Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

File metadata and controls

56 lines (31 loc) · 1.66 KB

CrawlersRun200Response

Properties

Name Type Description Notes
RunId Pointer to string The crawler run ID [optional]

Methods

NewCrawlersRun200Response

func NewCrawlersRun200Response() *CrawlersRun200Response

NewCrawlersRun200Response instantiates a new CrawlersRun200Response 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

NewCrawlersRun200ResponseWithDefaults

func NewCrawlersRun200ResponseWithDefaults() *CrawlersRun200Response

NewCrawlersRun200ResponseWithDefaults instantiates a new CrawlersRun200Response 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

GetRunId

func (o *CrawlersRun200Response) GetRunId() string

GetRunId returns the RunId field if non-nil, zero value otherwise.

GetRunIdOk

func (o *CrawlersRun200Response) GetRunIdOk() (*string, bool)

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

SetRunId

func (o *CrawlersRun200Response) SetRunId(v string)

SetRunId sets RunId field to given value.

HasRunId

func (o *CrawlersRun200Response) HasRunId() bool

HasRunId returns a boolean if a field has been set.

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