Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to string | The resposne data/monitor checks | [optional] |
Links | Pointer to StatisticsResponseLinks | [optional] | |
Relationships | Pointer to []RelationObject | Relationships of the object | [optional] |
Meta | Pointer to StatisticsResponseMeta | [optional] |
func NewScreenshotResponse() *ScreenshotResponse
NewScreenshotResponse instantiates a new ScreenshotResponse 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 NewScreenshotResponseWithDefaults() *ScreenshotResponse
NewScreenshotResponseWithDefaults instantiates a new ScreenshotResponse 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 *ScreenshotResponse) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ScreenshotResponse) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScreenshotResponse) SetData(v string)
SetData sets Data field to given value.
func (o *ScreenshotResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ScreenshotResponse) GetLinks() StatisticsResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ScreenshotResponse) GetLinksOk() (*StatisticsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScreenshotResponse) SetLinks(v StatisticsResponseLinks)
SetLinks sets Links field to given value.
func (o *ScreenshotResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *ScreenshotResponse) GetRelationships() []RelationObject
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *ScreenshotResponse) GetRelationshipsOk() (*[]RelationObject, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScreenshotResponse) SetRelationships(v []RelationObject)
SetRelationships sets Relationships field to given value.
func (o *ScreenshotResponse) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *ScreenshotResponse) GetMeta() StatisticsResponseMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ScreenshotResponse) GetMetaOk() (*StatisticsResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScreenshotResponse) SetMeta(v StatisticsResponseMeta)
SetMeta sets Meta field to given value.
func (o *ScreenshotResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.