google_api_service_management v0.16.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(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.
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 Sourcet() :: %GoogleApi.ServiceManagement.V1.Model.ConfigSource{
files: [GoogleApi.ServiceManagement.V1.Model.ConfigFile.t()],
id: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.