View Source GoogleApi.CloudSupport.V2beta.Model.ContentTypeInfo (google_api_cloud_support v0.5.0)

gdata.* are outside protos with mising documentation

Attributes

  • bestGuess (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • fromBytes (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • fromFileName (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • fromHeader (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • fromUrlPath (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.ContentTypeInfo{
  bestGuess: String.t() | nil,
  fromBytes: String.t() | nil,
  fromFileName: String.t() | nil,
  fromHeader: String.t() | nil,
  fromUrlPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.