View Source GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedLocationsRequest (google_api_display_video v0.35.0)

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 AssignedLocation resources.
  • deletedAssignedLocations (type: list(String.t), default: nil) - The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.