View Source GoogleApi.CloudBilling.V1.Model.Service (google_api_cloud_billing v0.25.0)

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/6F81-5844-456A"
  • serviceId (type: String.t, default: nil) - The identifier for the service. Example: "6F81-5844-456A"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBilling.V1.Model.Service{
  businessEntityName: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  serviceId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.