GoogleApi.AppHub.V1.Model.Attributes (google_api_app_hub v0.4.0)
View SourceConsumer provided attributes.
Attributes
-
businessOwners(type:list(GoogleApi.AppHub.V1.Model.ContactInfo.t), default:nil) - Optional. Business team that ensures user needs are met and value is delivered -
criticality(type:GoogleApi.AppHub.V1.Model.Criticality.t, default:nil) - Optional. User-defined criticality information. -
developerOwners(type:list(GoogleApi.AppHub.V1.Model.ContactInfo.t), default:nil) - Optional. Developer team that owns development and coding. -
environment(type:GoogleApi.AppHub.V1.Model.Environment.t, default:nil) - Optional. User-defined environment information. -
operatorOwners(type:list(GoogleApi.AppHub.V1.Model.ContactInfo.t), default:nil) - Optional. Operator team that ensures runtime and operations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppHub.V1.Model.Attributes{ businessOwners: [GoogleApi.AppHub.V1.Model.ContactInfo.t()] | nil, criticality: GoogleApi.AppHub.V1.Model.Criticality.t() | nil, developerOwners: [GoogleApi.AppHub.V1.Model.ContactInfo.t()] | nil, environment: GoogleApi.AppHub.V1.Model.Environment.t() | nil, operatorOwners: [GoogleApi.AppHub.V1.Model.ContactInfo.t()] | nil }