GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomACL
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
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. -
reader
(type:list(String.t)
, default:nil
)
- Allowed readers of this video. -
writer
(type:list(String.t)
, default:nil
)
- Allowed writers of this video.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomACL