public static interface AssetPropertyTimestamp.Builder extends SdkPojo, CopyableBuilder<AssetPropertyTimestamp.Builder,AssetPropertyTimestamp>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyTimestamp.Builder |
offsetInNanos(String offsetInNanos)
Optional.
|
AssetPropertyTimestamp.Builder |
timeInSeconds(String timeInSeconds)
A string that contains the time in seconds since epoch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertyTimestamp.Builder timeInSeconds(String timeInSeconds)
A string that contains the time in seconds since epoch. Accepts substitution templates.
timeInSeconds - A string that contains the time in seconds since epoch. Accepts substitution templates.AssetPropertyTimestamp.Builder offsetInNanos(String offsetInNanos)
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
offsetInNanos - Optional. A string that contains the nanosecond time offset. Accepts substitution templates.Copyright © 2023. All rights reserved.