google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.ConfigSource View Source
Represents a source file which is used to generate the service configuration defined by `google.api.Service`.
Attributes
- files ([ConfigFile]): Set of source configuration files that are used to generate a service configuration (`google.api.Service`). Defaults to:
null
. - id (String.t): 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. Defaults to:
null
.
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.ServiceManagement.V1.Model.ConfigSource{ files: [GoogleApi.ServiceManagement.V1.Model.ConfigFile.t()], id: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.