public sealed class WorkdaySettings : IMessage<WorkdaySettings>, IEquatable<WorkdaySettings>, IDeepCloneable<WorkdaySettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class WorkdaySettings.
Workday settings.
Implements
IMessageWorkdaySettings, IEquatableWorkdaySettings, IDeepCloneableWorkdaySettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
WorkdaySettings()
public WorkdaySettings()WorkdaySettings(WorkdaySettings)
public WorkdaySettings(WorkdaySettings other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkdaySettings |
Properties
Authentication
public WorkdayAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
WorkdayAuth |
|
Hostname
public string Hostname { get; set; }API Hostname.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TenantId
public string TenantId { get; set; }Tenant ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|