google_api_display_video v0.9.0 GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedLocationsRequest View Source

Request message for AssignedLocationService.BulkEditAssignedLocations.

Attributes

  • createdAssignedLocations (type: list(GoogleApi.DisplayVideo.V1.Model.AssignedLocation.t), default: nil) - The assigned locations to create in bulk, specified as a list of AssignedLocations.
  • deletedAssignedLocations (type: list(String.t), default: nil) - The IDs of the assigned locations to delete in bulk, specified as a list of assigned_location_ids.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedLocationsRequest{
  createdAssignedLocations: [
    GoogleApi.DisplayVideo.V1.Model.AssignedLocation.t()
  ],
  deletedAssignedLocations: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.