4
4
*
5
5
* Please see the included LICENSE file for licensing information.
6
6
*
7
- * Copyright 2018 by authors and contributors.
7
+ * Copyright 2019 by authors and contributors.
8
8
*/
9
9
10
10
package datadog
@@ -8601,7 +8601,7 @@ func (t *TileDefRequestStyle) SetWidth(v string) {
8601
8601
}
8602
8602
8603
8603
// GetFillMax returns the FillMax field if non-nil, zero value otherwise.
8604
- func (t * TileDefStyle ) GetFillMax () string {
8604
+ func (t * TileDefStyle ) GetFillMax () json. Number {
8605
8605
if t == nil || t .FillMax == nil {
8606
8606
return ""
8607
8607
}
@@ -8610,7 +8610,7 @@ func (t *TileDefStyle) GetFillMax() string {
8610
8610
8611
8611
// GetFillMaxOk returns a tuple with the FillMax field if it's non-nil, zero value otherwise
8612
8612
// and a boolean to check if the value has been set.
8613
- func (t * TileDefStyle ) GetFillMaxOk () (string , bool ) {
8613
+ func (t * TileDefStyle ) GetFillMaxOk () (json. Number , bool ) {
8614
8614
if t == nil || t .FillMax == nil {
8615
8615
return "" , false
8616
8616
}
@@ -8627,12 +8627,12 @@ func (t *TileDefStyle) HasFillMax() bool {
8627
8627
}
8628
8628
8629
8629
// SetFillMax allocates a new t.FillMax and returns the pointer to it.
8630
- func (t * TileDefStyle ) SetFillMax (v string ) {
8630
+ func (t * TileDefStyle ) SetFillMax (v json. Number ) {
8631
8631
t .FillMax = & v
8632
8632
}
8633
8633
8634
8634
// GetFillMin returns the FillMin field if non-nil, zero value otherwise.
8635
- func (t * TileDefStyle ) GetFillMin () string {
8635
+ func (t * TileDefStyle ) GetFillMin () json. Number {
8636
8636
if t == nil || t .FillMin == nil {
8637
8637
return ""
8638
8638
}
@@ -8641,7 +8641,7 @@ func (t *TileDefStyle) GetFillMin() string {
8641
8641
8642
8642
// GetFillMinOk returns a tuple with the FillMin field if it's non-nil, zero value otherwise
8643
8643
// and a boolean to check if the value has been set.
8644
- func (t * TileDefStyle ) GetFillMinOk () (string , bool ) {
8644
+ func (t * TileDefStyle ) GetFillMinOk () (json. Number , bool ) {
8645
8645
if t == nil || t .FillMin == nil {
8646
8646
return "" , false
8647
8647
}
@@ -8658,7 +8658,7 @@ func (t *TileDefStyle) HasFillMin() bool {
8658
8658
}
8659
8659
8660
8660
// SetFillMin allocates a new t.FillMin and returns the pointer to it.
8661
- func (t * TileDefStyle ) SetFillMin (v string ) {
8661
+ func (t * TileDefStyle ) SetFillMin (v json. Number ) {
8662
8662
t .FillMin = & v
8663
8663
}
8664
8664
0 commit comments