RegistrationInfo

GoogleApi.ContentWarehouse.V1.Model.RegistrationInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Domain registration information for the document. NEXT ID TO USE: 3

Attributes List

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

View Attributes

Attributes

  1. createdDate (type: integer(), default: nil)
    - This is the number of days since January 1st 1995 that this domain was last created. This should always fit in 15 bits.
  2. expiredDate (type: integer(), default: nil)
    - This is the number of days since January 1st 1995 that this domain last expired. This should always fit in 15 bits. Jan 1st 1995 was chosen by the history project as a special epoch date. Both the registrationinfo dates and the linkage dates are measured in days since this epoch.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RegistrationInfo{
createdDate: integer() | nil,
expiredDate: integer() | nil
}

Function

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

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