RepositoryAnnotationsRdfaCrumb

GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb


Table of Contents ▼

Jump to a specific part of the page:

Description

The information contained in a single crumb.

Attributes List

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

View Attributes

Attributes

  1. title (type: String.t, default: nil)
    - The text that represented this crumb in the document.
  2. url (type: String.t, default: nil)
    - The URL linked from this crumb.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb{
title: String.t() | nil,
url: String.t() | nil
}

Function

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

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