View Source GoogleApi.Drive.V3.Model.FileLinkShareMetadata (google_api_drive v0.27.1)

Contains details about the link URLs that clients are using to refer to this item.

Attributes

  • securityUpdateEligible (type: boolean(), default: nil) - Output only. Whether the file is eligible for security update.
  • securityUpdateEnabled (type: boolean(), default: nil) - Output only. Whether the security update is enabled for this file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileLinkShareMetadata{
  securityUpdateEligible: boolean() | nil,
  securityUpdateEnabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.