OceanVolumeComputedAccessRights

GoogleApi.ContentWarehouse.V1.Model.OceanVolumeComputedAccessRights


Table of Contents ▼

Jump to a specific part of the page:

Description

Volume related access rights that are computed by Goovols Syncher from partner and book metadata. This complements VolumeAccessRights. Next available ID: 4 (kblass)

Attributes List

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

View Attributes

Attributes

  1. canFamilyShare (type: boolean(), default: nil)
    - Whether this book can be shared with family members.
  2. panelizationFeatureInternalOnly (type: boolean(), default: nil)
    - Whether the panelization feature is enabled for internal users only.
  3. viewableInternalOnly (type: boolean(), default: nil)
    - Whether the book is viewable for internal users only.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanVolumeComputedAccessRights{
canFamilyShare: boolean() | nil,
panelizationFeatureInternalOnly: boolean() | nil,
viewableInternalOnly: boolean() | nil
}

Function

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

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