SetBucketId sets the "bucketId" field.
(v string)
| 62 | |
| 63 | // SetBucketId sets the "bucketId" field. |
| 64 | func (_c *AlertCreate) SetBucketId(v string) *AlertCreate { |
| 65 | _c.mutation.SetBucketId(v) |
| 66 | return _c |
| 67 | } |
| 68 | |
| 69 | // SetNillableBucketId sets the "bucketId" field if the given value is not nil. |
| 70 | func (_c *AlertCreate) SetNillableBucketId(v *string) *AlertCreate { |
no outgoing calls
no test coverage detected