Gemini Enterprise for Customer Experience v1 API - Class TimeZoneSettings (1.0.0-beta01)

public sealed class TimeZoneSettings : IMessage<TimeZoneSettings>, IEquatable<TimeZoneSettings>, IDeepCloneable<TimeZoneSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TimeZoneSettings.

TimeZone settings of the app.

Inheritance

object > TimeZoneSettings

Namespace

Google.Cloud.Ces.V1

Assembly

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