View Source GoogleApi.ServiceManagement.V1.Model.ConfigSource (google_api_service_management v0.64.0)
Represents a source file which is used to generate the service configuration defined by google.api.Service.
Attributes
-
files(type:list(GoogleApi.ServiceManagement.V1.Model.ConfigFile.t), default:nil) - Set of source configuration files that are used to generate a service configuration (google.api.Service). -
id(type:String.t, default:nil) - A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceManagement.V1.Model.ConfigSource{ files: [GoogleApi.ServiceManagement.V1.Model.ConfigFile.t()] | nil, id: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.