diff --git a/services/rabbitmq/model_backup.go b/services/rabbitmq/model_backup.go index 4906b9bf5..efa45fac9 100644 --- a/services/rabbitmq/model_backup.go +++ b/services/rabbitmq/model_backup.go @@ -144,12 +144,12 @@ type BackupGetTriggeredAtRetType = string type Backup struct { Downloadable BackupgetDownloadableAttributeType `json:"downloadable,omitempty"` // REQUIRED - FinishedAt BackupGetFinishedAtAttributeType `json:"finished_at"` + FinishedAt BackupGetFinishedAtAttributeType `json:"finished_at" required:"true"` // REQUIRED - Id BackupGetIdAttributeType `json:"id"` + Id BackupGetIdAttributeType `json:"id" required:"true"` Size BackupGetSizeAttributeType `json:"size,omitempty"` // REQUIRED - Status BackupGetStatusAttributeType `json:"status"` + Status BackupGetStatusAttributeType `json:"status" required:"true"` TriggeredAt BackupGetTriggeredAtAttributeType `json:"triggered_at,omitempty"` } diff --git a/services/rabbitmq/model_create_backup_response_item.go b/services/rabbitmq/model_create_backup_response_item.go index d350fe255..33339d35d 100644 --- a/services/rabbitmq/model_create_backup_response_item.go +++ b/services/rabbitmq/model_create_backup_response_item.go @@ -61,9 +61,9 @@ type CreateBackupResponseItemGetMessageRetType = string // CreateBackupResponseItem struct for CreateBackupResponseItem type CreateBackupResponseItem struct { // REQUIRED - Id CreateBackupResponseItemGetIdAttributeType `json:"id"` + Id CreateBackupResponseItemGetIdAttributeType `json:"id" required:"true"` // REQUIRED - Message CreateBackupResponseItemGetMessageAttributeType `json:"message"` + Message CreateBackupResponseItemGetMessageAttributeType `json:"message" required:"true"` } type _CreateBackupResponseItem CreateBackupResponseItem diff --git a/services/rabbitmq/model_create_instance_payload.go b/services/rabbitmq/model_create_instance_payload.go index c6e32d3ed..c186577e8 100644 --- a/services/rabbitmq/model_create_instance_payload.go +++ b/services/rabbitmq/model_create_instance_payload.go @@ -82,10 +82,10 @@ type CreateInstancePayloadGetPlanIdRetType = string // CreateInstancePayload struct for CreateInstancePayload type CreateInstancePayload struct { // REQUIRED - InstanceName CreateInstancePayloadGetInstanceNameAttributeType `json:"instanceName"` + InstanceName CreateInstancePayloadGetInstanceNameAttributeType `json:"instanceName" required:"true"` Parameters CreateInstancePayloadGetParametersAttributeType `json:"parameters,omitempty"` // REQUIRED - PlanId CreateInstancePayloadGetPlanIdAttributeType `json:"planId"` + PlanId CreateInstancePayloadGetPlanIdAttributeType `json:"planId" required:"true"` } type _CreateInstancePayload CreateInstancePayload diff --git a/services/rabbitmq/model_create_instance_response.go b/services/rabbitmq/model_create_instance_response.go index 3961313b3..c24c4fd6f 100644 --- a/services/rabbitmq/model_create_instance_response.go +++ b/services/rabbitmq/model_create_instance_response.go @@ -41,7 +41,7 @@ type CreateInstanceResponseGetInstanceIdRetType = string // CreateInstanceResponse struct for CreateInstanceResponse type CreateInstanceResponse struct { // REQUIRED - InstanceId CreateInstanceResponseGetInstanceIdAttributeType `json:"instanceId"` + InstanceId CreateInstanceResponseGetInstanceIdAttributeType `json:"instanceId" required:"true"` } type _CreateInstanceResponse CreateInstanceResponse diff --git a/services/rabbitmq/model_credentials.go b/services/rabbitmq/model_credentials.go index 1950fa565..408e4739c 100644 --- a/services/rabbitmq/model_credentials.go +++ b/services/rabbitmq/model_credentials.go @@ -268,7 +268,7 @@ type CredentialsGetUsernameRetType = string // Credentials struct for Credentials type Credentials struct { // REQUIRED - Host CredentialsGetHostAttributeType `json:"host"` + Host CredentialsGetHostAttributeType `json:"host" required:"true"` Hosts CredentialsGetHostsAttributeType `json:"hosts,omitempty"` // for rabbitmq only HttpApiUri CredentialsGetHttpApiUriAttributeType `json:"http_api_uri,omitempty"` @@ -276,14 +276,14 @@ type Credentials struct { Management CredentialsGetManagementAttributeType `json:"management,omitempty"` Mqtt CredentialsGetMqttAttributeType `json:"mqtt,omitempty"` // REQUIRED - Password CredentialsGetPasswordAttributeType `json:"password"` + Password CredentialsGetPasswordAttributeType `json:"password" required:"true"` // Can be cast to int32 without loss of precision. Port CredentialsGetPortAttributeType `json:"port,omitempty"` Stomp CredentialsGetStompAttributeType `json:"stomp,omitempty"` Uri CredentialsGetUriAttributeType `json:"uri,omitempty"` Uris CredentialsGetUrisAttributeType `json:"uris,omitempty"` // REQUIRED - Username CredentialsGetUsernameAttributeType `json:"username"` + Username CredentialsGetUsernameAttributeType `json:"username" required:"true"` } type _Credentials Credentials diff --git a/services/rabbitmq/model_credentials_list_item.go b/services/rabbitmq/model_credentials_list_item.go index 267d82721..579cced05 100644 --- a/services/rabbitmq/model_credentials_list_item.go +++ b/services/rabbitmq/model_credentials_list_item.go @@ -41,7 +41,7 @@ type CredentialsListItemGetIdRetType = string // CredentialsListItem struct for CredentialsListItem type CredentialsListItem struct { // REQUIRED - Id CredentialsListItemGetIdAttributeType `json:"id"` + Id CredentialsListItemGetIdAttributeType `json:"id" required:"true"` } type _CredentialsListItem CredentialsListItem diff --git a/services/rabbitmq/model_credentials_response.go b/services/rabbitmq/model_credentials_response.go index 360d28901..db676751d 100644 --- a/services/rabbitmq/model_credentials_response.go +++ b/services/rabbitmq/model_credentials_response.go @@ -82,10 +82,10 @@ type CredentialsResponseGetUriRetType = string // CredentialsResponse struct for CredentialsResponse type CredentialsResponse struct { // REQUIRED - Id CredentialsResponseGetIdAttributeType `json:"id"` + Id CredentialsResponseGetIdAttributeType `json:"id" required:"true"` Raw CredentialsResponseGetRawAttributeType `json:"raw,omitempty"` // REQUIRED - Uri CredentialsResponseGetUriAttributeType `json:"uri"` + Uri CredentialsResponseGetUriAttributeType `json:"uri" required:"true"` } type _CredentialsResponse CredentialsResponse diff --git a/services/rabbitmq/model_error.go b/services/rabbitmq/model_error.go index 7304aaddb..741165e84 100644 --- a/services/rabbitmq/model_error.go +++ b/services/rabbitmq/model_error.go @@ -62,9 +62,9 @@ type ErrorGetErrorRetType = string // Error struct for Error type Error struct { // REQUIRED - Description ErrorGetDescriptionAttributeType `json:"description"` + Description ErrorGetDescriptionAttributeType `json:"description" required:"true"` // REQUIRED - Error ErrorGetErrorAttributeType `json:"error"` + Error ErrorGetErrorAttributeType `json:"error" required:"true"` } type _Error Error diff --git a/services/rabbitmq/model_get_metrics_response.go b/services/rabbitmq/model_get_metrics_response.go index faec2c2ad..edc29ff89 100644 --- a/services/rabbitmq/model_get_metrics_response.go +++ b/services/rabbitmq/model_get_metrics_response.go @@ -481,47 +481,47 @@ func setGetMetricsResponseGetParachuteDiskPersistentUsedThresholdAttributeType(a type GetMetricsResponse struct { CpuIdleTime GetMetricsResponseGetCpuIdleTimeAttributeType `json:"cpuIdleTime,omitempty"` // REQUIRED - CpuLoadPercent GetMetricsResponseGetCpuLoadPercentAttributeType `json:"cpuLoadPercent"` + CpuLoadPercent GetMetricsResponseGetCpuLoadPercentAttributeType `json:"cpuLoadPercent" required:"true"` CpuSystemTime GetMetricsResponseGetCpuSystemTimeAttributeType `json:"cpuSystemTime,omitempty"` CpuUserTime GetMetricsResponseGetCpuUserTimeAttributeType `json:"cpuUserTime,omitempty"` // REQUIRED - DiskEphemeralTotal GetMetricsResponseGetDiskEphemeralTotalAttributeType `json:"diskEphemeralTotal"` + DiskEphemeralTotal GetMetricsResponseGetDiskEphemeralTotalAttributeType `json:"diskEphemeralTotal" required:"true"` // REQUIRED - DiskEphemeralUsed GetMetricsResponseGetDiskEphemeralUsedAttributeType `json:"diskEphemeralUsed"` + DiskEphemeralUsed GetMetricsResponseGetDiskEphemeralUsedAttributeType `json:"diskEphemeralUsed" required:"true"` // REQUIRED - DiskPersistentTotal GetMetricsResponseGetDiskPersistentTotalAttributeType `json:"diskPersistentTotal"` + DiskPersistentTotal GetMetricsResponseGetDiskPersistentTotalAttributeType `json:"diskPersistentTotal" required:"true"` // REQUIRED - DiskPersistentUsed GetMetricsResponseGetDiskPersistentUsedAttributeType `json:"diskPersistentUsed"` + DiskPersistentUsed GetMetricsResponseGetDiskPersistentUsedAttributeType `json:"diskPersistentUsed" required:"true"` // REQUIRED - Load1 GetMetricsResponseGetLoad1AttributeType `json:"load1"` + Load1 GetMetricsResponseGetLoad1AttributeType `json:"load1" required:"true"` // REQUIRED - Load15 GetMetricsResponseGetLoad15AttributeType `json:"load15"` + Load15 GetMetricsResponseGetLoad15AttributeType `json:"load15" required:"true"` // REQUIRED - Load5 GetMetricsResponseGetLoad5AttributeType `json:"load5"` + Load5 GetMetricsResponseGetLoad5AttributeType `json:"load5" required:"true"` // REQUIRED - MemoryTotal GetMetricsResponseGetMemoryTotalAttributeType `json:"memoryTotal"` + MemoryTotal GetMetricsResponseGetMemoryTotalAttributeType `json:"memoryTotal" required:"true"` // REQUIRED - MemoryUsed GetMetricsResponseGetMemoryUsedAttributeType `json:"memoryUsed"` + MemoryUsed GetMetricsResponseGetMemoryUsedAttributeType `json:"memoryUsed" required:"true"` // REQUIRED - ParachuteDiskEphemeralActivated GetMetricsResponsegetParachuteDiskEphemeralActivatedAttributeType `json:"parachuteDiskEphemeralActivated"` + ParachuteDiskEphemeralActivated GetMetricsResponsegetParachuteDiskEphemeralActivatedAttributeType `json:"parachuteDiskEphemeralActivated" required:"true"` // REQUIRED - ParachuteDiskEphemeralTotal GetMetricsResponseGetParachuteDiskEphemeralTotalAttributeType `json:"parachuteDiskEphemeralTotal"` + ParachuteDiskEphemeralTotal GetMetricsResponseGetParachuteDiskEphemeralTotalAttributeType `json:"parachuteDiskEphemeralTotal" required:"true"` // REQUIRED - ParachuteDiskEphemeralUsed GetMetricsResponseGetParachuteDiskEphemeralUsedAttributeType `json:"parachuteDiskEphemeralUsed"` + ParachuteDiskEphemeralUsed GetMetricsResponseGetParachuteDiskEphemeralUsedAttributeType `json:"parachuteDiskEphemeralUsed" required:"true"` // REQUIRED - ParachuteDiskEphemeralUsedPercent GetMetricsResponseGetParachuteDiskEphemeralUsedPercentAttributeType `json:"parachuteDiskEphemeralUsedPercent"` + ParachuteDiskEphemeralUsedPercent GetMetricsResponseGetParachuteDiskEphemeralUsedPercentAttributeType `json:"parachuteDiskEphemeralUsedPercent" required:"true"` // REQUIRED - ParachuteDiskEphemeralUsedThreshold GetMetricsResponseGetParachuteDiskEphemeralUsedThresholdAttributeType `json:"parachuteDiskEphemeralUsedThreshold"` + ParachuteDiskEphemeralUsedThreshold GetMetricsResponseGetParachuteDiskEphemeralUsedThresholdAttributeType `json:"parachuteDiskEphemeralUsedThreshold" required:"true"` // REQUIRED - ParachuteDiskPersistentActivated GetMetricsResponsegetParachuteDiskPersistentActivatedAttributeType `json:"parachuteDiskPersistentActivated"` + ParachuteDiskPersistentActivated GetMetricsResponsegetParachuteDiskPersistentActivatedAttributeType `json:"parachuteDiskPersistentActivated" required:"true"` // REQUIRED - ParachuteDiskPersistentTotal GetMetricsResponseGetParachuteDiskPersistentTotalAttributeType `json:"parachuteDiskPersistentTotal"` + ParachuteDiskPersistentTotal GetMetricsResponseGetParachuteDiskPersistentTotalAttributeType `json:"parachuteDiskPersistentTotal" required:"true"` // REQUIRED - ParachuteDiskPersistentUsed GetMetricsResponseGetParachuteDiskPersistentUsedAttributeType `json:"parachuteDiskPersistentUsed"` + ParachuteDiskPersistentUsed GetMetricsResponseGetParachuteDiskPersistentUsedAttributeType `json:"parachuteDiskPersistentUsed" required:"true"` // REQUIRED - ParachuteDiskPersistentUsedPercent GetMetricsResponseGetParachuteDiskPersistentUsedPercentAttributeType `json:"parachuteDiskPersistentUsedPercent"` + ParachuteDiskPersistentUsedPercent GetMetricsResponseGetParachuteDiskPersistentUsedPercentAttributeType `json:"parachuteDiskPersistentUsedPercent" required:"true"` // REQUIRED - ParachuteDiskPersistentUsedThreshold GetMetricsResponseGetParachuteDiskPersistentUsedThresholdAttributeType `json:"parachuteDiskPersistentUsedThreshold"` + ParachuteDiskPersistentUsedThreshold GetMetricsResponseGetParachuteDiskPersistentUsedThresholdAttributeType `json:"parachuteDiskPersistentUsedThreshold" required:"true"` } type _GetMetricsResponse GetMetricsResponse diff --git a/services/rabbitmq/model_instance.go b/services/rabbitmq/model_instance.go index e1bf11ae5..9d8ea5bdb 100644 --- a/services/rabbitmq/model_instance.go +++ b/services/rabbitmq/model_instance.go @@ -424,31 +424,31 @@ func setInstanceGetStatusAttributeType(arg *InstanceGetStatusAttributeType, val // Instance struct for Instance type Instance struct { // REQUIRED - CfGuid InstanceGetCfGuidAttributeType `json:"cfGuid"` + CfGuid InstanceGetCfGuidAttributeType `json:"cfGuid" required:"true"` // REQUIRED - CfOrganizationGuid InstanceGetCfOrganizationGuidAttributeType `json:"cfOrganizationGuid"` + CfOrganizationGuid InstanceGetCfOrganizationGuidAttributeType `json:"cfOrganizationGuid" required:"true"` // REQUIRED - CfSpaceGuid InstanceGetCfSpaceGuidAttributeType `json:"cfSpaceGuid"` + CfSpaceGuid InstanceGetCfSpaceGuidAttributeType `json:"cfSpaceGuid" required:"true"` // REQUIRED - DashboardUrl InstanceGetDashboardUrlAttributeType `json:"dashboardUrl"` + DashboardUrl InstanceGetDashboardUrlAttributeType `json:"dashboardUrl" required:"true"` // REQUIRED - ImageUrl InstanceGetImageUrlAttributeType `json:"imageUrl"` + ImageUrl InstanceGetImageUrlAttributeType `json:"imageUrl" required:"true"` InstanceId InstanceGetInstanceIdAttributeType `json:"instanceId,omitempty"` // REQUIRED - LastOperation InstanceGetLastOperationAttributeType `json:"lastOperation"` + LastOperation InstanceGetLastOperationAttributeType `json:"lastOperation" required:"true"` // REQUIRED - Name InstanceGetNameAttributeType `json:"name"` + Name InstanceGetNameAttributeType `json:"name" required:"true"` // Deprecated: Check the GitHub changelog for alternatives // REQUIRED - OfferingName InstanceGetOfferingNameAttributeType `json:"offeringName"` + OfferingName InstanceGetOfferingNameAttributeType `json:"offeringName" required:"true"` // REQUIRED - OfferingVersion InstanceGetOfferingVersionAttributeType `json:"offeringVersion"` + OfferingVersion InstanceGetOfferingVersionAttributeType `json:"offeringVersion" required:"true"` // REQUIRED - Parameters InstanceGetParametersAttributeType `json:"parameters"` + Parameters InstanceGetParametersAttributeType `json:"parameters" required:"true"` // REQUIRED - PlanId InstanceGetPlanIdAttributeType `json:"planId"` + PlanId InstanceGetPlanIdAttributeType `json:"planId" required:"true"` // REQUIRED - PlanName InstanceGetPlanNameAttributeType `json:"planName"` + PlanName InstanceGetPlanNameAttributeType `json:"planName" required:"true"` Status InstanceGetStatusAttributeType `json:"status,omitempty"` } diff --git a/services/rabbitmq/model_instance_last_operation.go b/services/rabbitmq/model_instance_last_operation.go index 00863ffde..aaf46e137 100644 --- a/services/rabbitmq/model_instance_last_operation.go +++ b/services/rabbitmq/model_instance_last_operation.go @@ -294,11 +294,11 @@ func setInstanceLastOperationGetTypeAttributeType(arg *InstanceLastOperationGetT // InstanceLastOperation struct for InstanceLastOperation type InstanceLastOperation struct { // REQUIRED - Description InstanceLastOperationGetDescriptionAttributeType `json:"description"` + Description InstanceLastOperationGetDescriptionAttributeType `json:"description" required:"true"` // REQUIRED - State InstanceLastOperationGetStateAttributeType `json:"state"` + State InstanceLastOperationGetStateAttributeType `json:"state" required:"true"` // REQUIRED - Type InstanceLastOperationGetTypeAttributeType `json:"type"` + Type InstanceLastOperationGetTypeAttributeType `json:"type" required:"true"` } type _InstanceLastOperation InstanceLastOperation diff --git a/services/rabbitmq/model_instance_schema.go b/services/rabbitmq/model_instance_schema.go index b24d19318..ddf711137 100644 --- a/services/rabbitmq/model_instance_schema.go +++ b/services/rabbitmq/model_instance_schema.go @@ -60,9 +60,9 @@ func setInstanceSchemaGetUpdateAttributeType(arg *InstanceSchemaGetUpdateAttribu // InstanceSchema struct for InstanceSchema type InstanceSchema struct { // REQUIRED - Create InstanceSchemaGetCreateAttributeType `json:"create"` + Create InstanceSchemaGetCreateAttributeType `json:"create" required:"true"` // REQUIRED - Update InstanceSchemaGetUpdateAttributeType `json:"update"` + Update InstanceSchemaGetUpdateAttributeType `json:"update" required:"true"` } type _InstanceSchema InstanceSchema diff --git a/services/rabbitmq/model_list_backups_response.go b/services/rabbitmq/model_list_backups_response.go index 575e4f7bf..941ce95e4 100644 --- a/services/rabbitmq/model_list_backups_response.go +++ b/services/rabbitmq/model_list_backups_response.go @@ -40,7 +40,7 @@ func setListBackupsResponseGetInstanceBackupsAttributeType(arg *ListBackupsRespo // ListBackupsResponse struct for ListBackupsResponse type ListBackupsResponse struct { // REQUIRED - InstanceBackups ListBackupsResponseGetInstanceBackupsAttributeType `json:"instanceBackups"` + InstanceBackups ListBackupsResponseGetInstanceBackupsAttributeType `json:"instanceBackups" required:"true"` } type _ListBackupsResponse ListBackupsResponse diff --git a/services/rabbitmq/model_list_credentials_response.go b/services/rabbitmq/model_list_credentials_response.go index f81c8b9bc..93f5cdab8 100644 --- a/services/rabbitmq/model_list_credentials_response.go +++ b/services/rabbitmq/model_list_credentials_response.go @@ -40,7 +40,7 @@ func setListCredentialsResponseGetCredentialsListAttributeType(arg *ListCredenti // ListCredentialsResponse struct for ListCredentialsResponse type ListCredentialsResponse struct { // REQUIRED - CredentialsList ListCredentialsResponseGetCredentialsListAttributeType `json:"credentialsList"` + CredentialsList ListCredentialsResponseGetCredentialsListAttributeType `json:"credentialsList" required:"true"` } type _ListCredentialsResponse ListCredentialsResponse diff --git a/services/rabbitmq/model_list_instances_response.go b/services/rabbitmq/model_list_instances_response.go index 929cc97a8..90f41ece9 100644 --- a/services/rabbitmq/model_list_instances_response.go +++ b/services/rabbitmq/model_list_instances_response.go @@ -40,7 +40,7 @@ func setListInstancesResponseGetInstancesAttributeType(arg *ListInstancesRespons // ListInstancesResponse struct for ListInstancesResponse type ListInstancesResponse struct { // REQUIRED - Instances ListInstancesResponseGetInstancesAttributeType `json:"instances"` + Instances ListInstancesResponseGetInstancesAttributeType `json:"instances" required:"true"` } type _ListInstancesResponse ListInstancesResponse diff --git a/services/rabbitmq/model_list_offerings_response.go b/services/rabbitmq/model_list_offerings_response.go index f54c677d2..52f909ef3 100644 --- a/services/rabbitmq/model_list_offerings_response.go +++ b/services/rabbitmq/model_list_offerings_response.go @@ -40,7 +40,7 @@ func setListOfferingsResponseGetOfferingsAttributeType(arg *ListOfferingsRespons // ListOfferingsResponse struct for ListOfferingsResponse type ListOfferingsResponse struct { // REQUIRED - Offerings ListOfferingsResponseGetOfferingsAttributeType `json:"offerings"` + Offerings ListOfferingsResponseGetOfferingsAttributeType `json:"offerings" required:"true"` } type _ListOfferingsResponse ListOfferingsResponse diff --git a/services/rabbitmq/model_list_restores_response.go b/services/rabbitmq/model_list_restores_response.go index 81283b995..d12ad3328 100644 --- a/services/rabbitmq/model_list_restores_response.go +++ b/services/rabbitmq/model_list_restores_response.go @@ -40,7 +40,7 @@ func setListRestoresResponseGetInstanceRestoresAttributeType(arg *ListRestoresRe // ListRestoresResponse struct for ListRestoresResponse type ListRestoresResponse struct { // REQUIRED - InstanceRestores ListRestoresResponseGetInstanceRestoresAttributeType `json:"instanceRestores"` + InstanceRestores ListRestoresResponseGetInstanceRestoresAttributeType `json:"instanceRestores" required:"true"` } type _ListRestoresResponse ListRestoresResponse diff --git a/services/rabbitmq/model_offering.go b/services/rabbitmq/model_offering.go index e244f0cb9..a41ede12a 100644 --- a/services/rabbitmq/model_offering.go +++ b/services/rabbitmq/model_offering.go @@ -226,23 +226,23 @@ type OfferingGetVersionRetType = string // Offering struct for Offering type Offering struct { // REQUIRED - Description OfferingGetDescriptionAttributeType `json:"description"` + Description OfferingGetDescriptionAttributeType `json:"description" required:"true"` // REQUIRED - DocumentationUrl OfferingGetDocumentationUrlAttributeType `json:"documentationUrl"` + DocumentationUrl OfferingGetDocumentationUrlAttributeType `json:"documentationUrl" required:"true"` // REQUIRED - ImageUrl OfferingGetImageUrlAttributeType `json:"imageUrl"` + ImageUrl OfferingGetImageUrlAttributeType `json:"imageUrl" required:"true"` // REQUIRED - Latest OfferinggetLatestAttributeType `json:"latest"` + Latest OfferinggetLatestAttributeType `json:"latest" required:"true"` Lifecycle OfferingGetLifecycleAttributeType `json:"lifecycle,omitempty"` // REQUIRED - Name OfferingGetNameAttributeType `json:"name"` + Name OfferingGetNameAttributeType `json:"name" required:"true"` // REQUIRED - Plans OfferingGetPlansAttributeType `json:"plans"` + Plans OfferingGetPlansAttributeType `json:"plans" required:"true"` // REQUIRED - QuotaCount OfferingGetQuotaCountAttributeType `json:"quotaCount"` + QuotaCount OfferingGetQuotaCountAttributeType `json:"quotaCount" required:"true"` Schema OfferingGetSchemaAttributeType `json:"schema,omitempty"` // REQUIRED - Version OfferingGetVersionAttributeType `json:"version"` + Version OfferingGetVersionAttributeType `json:"version" required:"true"` } type _Offering Offering diff --git a/services/rabbitmq/model_plan.go b/services/rabbitmq/model_plan.go index b2f15bd59..2d11120e7 100644 --- a/services/rabbitmq/model_plan.go +++ b/services/rabbitmq/model_plan.go @@ -124,15 +124,15 @@ type PlanGetSkuNameRetType = string // Plan struct for Plan type Plan struct { // REQUIRED - Description PlanGetDescriptionAttributeType `json:"description"` + Description PlanGetDescriptionAttributeType `json:"description" required:"true"` // REQUIRED - Free PlangetFreeAttributeType `json:"free"` + Free PlangetFreeAttributeType `json:"free" required:"true"` // REQUIRED - Id PlanGetIdAttributeType `json:"id"` + Id PlanGetIdAttributeType `json:"id" required:"true"` // REQUIRED - Name PlanGetNameAttributeType `json:"name"` + Name PlanGetNameAttributeType `json:"name" required:"true"` // REQUIRED - SkuName PlanGetSkuNameAttributeType `json:"skuName"` + SkuName PlanGetSkuNameAttributeType `json:"skuName" required:"true"` } type _Plan Plan diff --git a/services/rabbitmq/model_raw_credentials.go b/services/rabbitmq/model_raw_credentials.go index 78f378e49..634f2b349 100644 --- a/services/rabbitmq/model_raw_credentials.go +++ b/services/rabbitmq/model_raw_credentials.go @@ -40,7 +40,7 @@ func setRawCredentialsGetCredentialsAttributeType(arg *RawCredentialsGetCredenti // RawCredentials struct for RawCredentials type RawCredentials struct { // REQUIRED - Credentials RawCredentialsGetCredentialsAttributeType `json:"credentials"` + Credentials RawCredentialsGetCredentialsAttributeType `json:"credentials" required:"true"` } type _RawCredentials RawCredentials diff --git a/services/rabbitmq/model_restore.go b/services/rabbitmq/model_restore.go index 93293f7b4..62686cc16 100644 --- a/services/rabbitmq/model_restore.go +++ b/services/rabbitmq/model_restore.go @@ -123,13 +123,13 @@ type RestoreGetTriggeredAtRetType = string // Restore struct for Restore type Restore struct { // REQUIRED - BackupId RestoreGetBackupIdAttributeType `json:"backup_id"` + BackupId RestoreGetBackupIdAttributeType `json:"backup_id" required:"true"` // REQUIRED - FinishedAt RestoreGetFinishedAtAttributeType `json:"finished_at"` + FinishedAt RestoreGetFinishedAtAttributeType `json:"finished_at" required:"true"` // REQUIRED - Id RestoreGetIdAttributeType `json:"id"` + Id RestoreGetIdAttributeType `json:"id" required:"true"` // REQUIRED - Status RestoreGetStatusAttributeType `json:"status"` + Status RestoreGetStatusAttributeType `json:"status" required:"true"` TriggeredAt RestoreGetTriggeredAtAttributeType `json:"triggered_at,omitempty"` } diff --git a/services/rabbitmq/model_schema.go b/services/rabbitmq/model_schema.go index 5901cccaa..6ce18aeaf 100644 --- a/services/rabbitmq/model_schema.go +++ b/services/rabbitmq/model_schema.go @@ -40,7 +40,7 @@ func setSchemaGetParametersAttributeType(arg *SchemaGetParametersAttributeType, // Schema struct for Schema type Schema struct { // REQUIRED - Parameters SchemaGetParametersAttributeType `json:"parameters"` + Parameters SchemaGetParametersAttributeType `json:"parameters" required:"true"` } type _Schema Schema diff --git a/services/rabbitmq/model_trigger_restore_response.go b/services/rabbitmq/model_trigger_restore_response.go index 0fdcbec43..5d78b9afb 100644 --- a/services/rabbitmq/model_trigger_restore_response.go +++ b/services/rabbitmq/model_trigger_restore_response.go @@ -40,7 +40,7 @@ func setTriggerRestoreResponseGetIdAttributeType(arg *TriggerRestoreResponseGetI // TriggerRestoreResponse struct for TriggerRestoreResponse type TriggerRestoreResponse struct { // REQUIRED - Id TriggerRestoreResponseGetIdAttributeType `json:"id"` + Id TriggerRestoreResponseGetIdAttributeType `json:"id" required:"true"` } type _TriggerRestoreResponse TriggerRestoreResponse diff --git a/services/rabbitmq/model_update_backups_config_response.go b/services/rabbitmq/model_update_backups_config_response.go index a6664b52a..a44fb7471 100644 --- a/services/rabbitmq/model_update_backups_config_response.go +++ b/services/rabbitmq/model_update_backups_config_response.go @@ -41,7 +41,7 @@ type UpdateBackupsConfigResponseGetMessageRetType = string // UpdateBackupsConfigResponse struct for UpdateBackupsConfigResponse type UpdateBackupsConfigResponse struct { // REQUIRED - Message UpdateBackupsConfigResponseGetMessageAttributeType `json:"message"` + Message UpdateBackupsConfigResponseGetMessageAttributeType `json:"message" required:"true"` } type _UpdateBackupsConfigResponse UpdateBackupsConfigResponse