GoogleApi.DisplayVideo.V1.Model.BulkEditAssignedLocationsRequest (google_api_display_video v0.15.3) 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
Unwrap a decoded JSON object into its complex fields.