google_api_service_usage v0.2.0 GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV1Service View Source
A service that is available for use by the consumer.
Attributes
config(type:GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV1ServiceConfig.t, default:nil) - The service configuration of the available service. Some fields may be filtered out of the configuration in responses to theListServicesmethod. These fields are present only in responses to theGetServicemethod.name(type:String.t, default:nil) - The resource name of the consumer and service.A valid name would be:
- projects/123/services/serviceusage.googleapis.com
parent(type:String.t, default:nil) - The resource name of the consumer.A valid name would be:
- projects/123
state(type:String.t, default:nil) - Whether or not the service has been enabled for use by the consumer.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV1Service{
config:
GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceusageV1ServiceConfig.t(),
name: String.t(),
parent: String.t(),
state: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.