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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.ChangeReport{
  configChanges: [GoogleApi.ServiceManagement.V1.Model.ConfigChange.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.