public sealed class TimeZoneSettings : IMessage<TimeZoneSettings>, IEquatable<TimeZoneSettings>, IDeepCloneable<TimeZoneSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TimeZoneSettings.
TimeZone settings of the app.
Implements
IMessageTimeZoneSettings, IEquatableTimeZoneSettings, IDeepCloneableTimeZoneSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
TimeZoneSettings()
public TimeZoneSettings()TimeZoneSettings(TimeZoneSettings)
public TimeZoneSettings(TimeZoneSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
TimeZoneSettings |
Properties
TimeZone
public string TimeZone { get; set; }Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.
| Property Value | |
|---|---|
| Type | Description |
string |
|