Voting helps other researchers find interesting modules.
A DateType configures a value whose type is intended to be a date. LINT.IfChange Next id: 17
allowAllRangeResolutions
boolean()
nil
allowAllResolutions
allowAllResolutionsExceptHolidays
allowAllResolutionsWithout4digit24hrTime
allowAllResolutionsWithoutTime
allowDayResolution
allowDayResolutionExceptHolidaysOrOrdinal
allowHourResolution
allowMonthResolution
allowNowResolution
allowSymbolicTime
allowTimeResolutionsWithoutExplicitTimezone
allowYearResolution
componentSpecificContracts
GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t
remodelings
GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t
subType
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersDateType{ allowAllRangeResolutions: boolean() | nil, allowAllResolutions: boolean() | nil, allowAllResolutionsExceptHolidays: boolean() | nil, allowAllResolutionsWithout4digit24hrTime: boolean() | nil, allowAllResolutionsWithoutTime: boolean() | nil, allowDayResolution: boolean() | nil, allowDayResolutionExceptHolidaysOrOrdinal: boolean() | nil, allowHourResolution: boolean() | nil, allowMonthResolution: boolean() | nil, allowNowResolution: boolean() | nil, allowSymbolicTime: boolean() | nil, allowTimeResolutionsWithoutExplicitTimezone: boolean() | nil, allowYearResolution: boolean() | nil, componentSpecificContracts: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t() | nil, remodelings: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil, subType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()