@bloock/sdk / DateTimeAttribute
Class: DateTimeAttribute
Represents an attribute with a datetime value.
Hierarchy
-
Attribute<Date>↳
DateTimeAttribute
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new DateTimeAttribute(id, value): DateTimeAttribute
Constructs a Attribute object with the specified parameters.
Parameters
| Name | Type |
|---|---|
id | string |
value | Date |
Returns
Inherited from
Defined in
entity/identity/attribute.ts:13
Properties
id
• id: string
Inherited from
Defined in
entity/identity/attribute.ts:5
value
• value: Date
Inherited from
Defined in
entity/identity/attribute.ts:6
Methods
toProto
▸ toProto(): DateTimeAttribute
Returns
DateTimeAttribute
Defined in
entity/identity/datetime_attribute.ts:8
fromProto
▸ fromProto(r): DateTimeAttribute
Parameters
| Name | Type |
|---|---|
r | DateTimeAttribute |