Name | Type | Description | Notes |
---|---|---|---|
WatermarkId | Pointer to string | The unique identifier of the watermark. | [optional] |
CreatedAt | Pointer to string | When the watermark was created, presented in ATOM UTC format. | [optional] |
func NewWatermark() *Watermark
NewWatermark instantiates a new Watermark 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 NewWatermarkWithDefaults() *Watermark
NewWatermarkWithDefaults instantiates a new Watermark 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 *Watermark) GetWatermarkId() string
GetWatermarkId returns the WatermarkId field if non-nil, zero value otherwise.
func (o *Watermark) GetWatermarkIdOk() (*string, bool)
GetWatermarkIdOk returns a tuple with the WatermarkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watermark) SetWatermarkId(v string)
SetWatermarkId sets WatermarkId field to given value.
func (o *Watermark) HasWatermarkId() bool
HasWatermarkId returns a boolean if a field has been set.
func (o *Watermark) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Watermark) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watermark) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Watermark) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.