ScienceCitationAccessURL

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAccessURL


Table of Contents ▼

Jump to a specific part of the page:

Description

User-defined URL and its last access data for citation manager.

Attributes List

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

View Attributes

Attributes

  1. AccessDay (type: integer(), default: nil)
    -
  2. AccessMonth (type: integer(), default: nil)
    - AccessMonth is a zero-indexed field (0 is January).
  3. AccessYear (type: integer(), default: nil)
    -
  4. UrlStr (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAccessURL{
AccessDay: integer() | nil,
AccessMonth: integer() | nil,
AccessYear: integer() | nil,
UrlStr: String.t() | nil
}

Function

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

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