google_api_cloud_billing v0.18.1 GoogleApi.CloudBilling.V1.Model.Service View Source

Encapsulates a single service in Google Cloud Platform.

Attributes

  • businessEntityName (type: String.t, default: nil) - The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
  • displayName (type: String.t, default: nil) - A human readable display name for this service.
  • name (type: String.t, default: nil) - The resource name for the service. Example: "services/DA34-426B-A397"
  • serviceId (type: String.t, default: nil) - The identifier for the service. Example: "DA34-426B-A397"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudBilling.V1.Model.Service{
  businessEntityName: String.t(),
  displayName: String.t(),
  name: String.t(),
  serviceId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.