SetNillableBucketId sets the "bucketId" field if the given value is not nil.
(v *string)
| 68 | |
| 69 | // SetNillableBucketId sets the "bucketId" field if the given value is not nil. |
| 70 | func (_c *AlertCreate) SetNillableBucketId(v *string) *AlertCreate { |
| 71 | if v != nil { |
| 72 | _c.SetBucketId(*v) |
| 73 | } |
| 74 | return _c |
| 75 | } |
| 76 | |
| 77 | // SetMessage sets the "message" field. |
| 78 | func (_c *AlertCreate) SetMessage(v string) *AlertCreate { |
nothing calls this directly
no test coverage detected