View Source GoogleApi.ServiceManagement.V1.Model.ManagedService (google_api_service_management v0.60.0)

The full representation of a Service that is managed by Google Service Management.

Attributes

  • producerProjectId (type: String.t, default: nil) - ID of the project that produces and owns this service.
  • serviceName (type: String.t, default: nil) - The name of the service. See the overview for naming requirements.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.ManagedService{
  producerProjectId: String.t() | nil,
  serviceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.