google_api_service_management v0.32.0 GoogleApi.ServiceManagement.V1.Model.ChangeReport View Source

Change report associated with a particular service configuration.

It contains a list of ConfigChanges based on the comparison between two service configurations.

Attributes

  • configChanges (type: list(GoogleApi.ServiceManagement.V1.Model.ConfigChange.t), default: nil) - List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

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.ChangeReport{
  configChanges: [GoogleApi.ServiceManagement.V1.Model.ConfigChange.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.