| Name | Type | Description | Notes |
|---|---|---|---|
| RunId | Pointer to string | The crawler run ID | [optional] |
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
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
func (o *CrawlersRun200Response) GetRunId() string
GetRunId returns the RunId field if non-nil, zero value otherwise.
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.
func (o *CrawlersRun200Response) SetRunId(v string)
SetRunId sets RunId field to given value.
func (o *CrawlersRun200Response) HasRunId() bool
HasRunId returns a boolean if a field has been set.