View Source GoogleApi.Content.V21.Model.Css (google_api_content v0.67.1)

Information about CSS domain.

Attributes

  • cssDomainId (type: String.t, default: nil) - Output only. Immutable. The CSS domain ID.
  • cssGroupId (type: String.t, default: nil) - Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.
  • displayName (type: String.t, default: nil) - Output only. Immutable. The CSS domain's display name, used when space is constrained.
  • fullName (type: String.t, default: nil) - Output only. Immutable. The CSS domain's full name.
  • homepageUri (type: String.t, default: nil) - Output only. Immutable. The CSS domain's homepage.
  • labelIds (type: list(String.t), default: nil) - A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.Css{
  cssDomainId: String.t() | nil,
  cssGroupId: String.t() | nil,
  displayName: String.t() | nil,
  fullName: String.t() | nil,
  homepageUri: String.t() | nil,
  labelIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.