google_api_service_user v0.12.0 GoogleApi.ServiceUser.V1.Model.PublishedService View Source

The published version of a Service that is managed by Google Service Management.

Attributes

  • name (type: String.t, default: nil) - The resource name of the service.

    A valid name would be:

    • services/serviceuser.googleapis.com
  • service (type: GoogleApi.ServiceUser.V1.Model.Service.t, default: nil) - The service's published configuration.

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.ServiceUser.V1.Model.PublishedService{
  name: String.t(),
  service: GoogleApi.ServiceUser.V1.Model.Service.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.