We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811aed commit 1b62ebeCopy full SHA for 1b62ebe
client.go
@@ -14577,6 +14577,8 @@ type Proposal struct {
14577
CallUuid *openapi_types.UUID `json:"call_uuid,omitempty"`
14578
Created *time.Time `json:"created,omitempty"`
14579
CreatedBy *string `json:"created_by"`
14580
+ CreatedByName *string `json:"created_by_name,omitempty"`
14581
+ CreatedByUuid *openapi_types.UUID `json:"created_by_uuid,omitempty"`
14582
Description *string `json:"description,omitempty"`
14583
14584
// DurationInDays Duration in days after provisioning of resources.
0 commit comments