VideoAssetsVenomACL

GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomACL


Table of Contents ▼

Jump to a specific part of the page:

Description

Valid fields in ACL are "mdb/groupname", or "user/username", e.g., "mdb/youtube-prod", or "user/alice".

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. owner (type: String.t, default: nil)
    - REQUIRED: the current owner of this video. Please note that owner does not get implicit reader/writer access. You must set them explicitly.
  2. reader (type: list(String.t), default: nil)
    - Allowed readers of this video.
  3. writer (type: list(String.t), default: nil)
    - Allowed writers of this video.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomACL{
owner: String.t() | nil,
reader: [String.t()] | nil,
writer: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomACL