google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FileData View Source

Attributes

  • extension (type: String.t, default: nil) - File extension.
  • filename (type: String.t, default: nil) - Name of the file.
  • fullUrl (type: String.t, default: nil) - Full URL to access the file.
  • height (type: integer(), default: nil) - Not used by Apigee hybrid.
  • image (type: boolean(), default: nil) - Boolean flag that specifies whether the file is an image.
  • modified (type: String.t, default: nil) - Time the file was last modified in milliseconds since epoch.
  • relUrl (type: String.t, default: nil) - Relative URL to access the file.
  • size (type: String.t, default: nil) - File size.
  • thumbUrl (type: String.t, default: nil) - URL for the thumbnail.
  • versionedRelUrl (type: String.t, default: nil) - URL for the current version of the file.
  • width (type: integer(), default: nil) - Not used by Apigee hybrid.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1FileData{
  extension: String.t(),
  filename: String.t(),
  fullUrl: String.t(),
  height: integer(),
  image: boolean(),
  modified: String.t(),
  relUrl: String.t(),
  size: String.t(),
  thumbUrl: String.t(),
  versionedRelUrl: String.t(),
  width: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.