Class TransferJobScheduleStartTimeOfDay
Inheritance
System.Object
TransferJobScheduleStartTimeOfDay
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TransferJobScheduleStartTimeOfDay
Fields
View SourceHours
Hours of day in 24 hour format. Should be from 0 to 23
Declaration
public readonly int Hours
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Minutes
Minutes of hour of day. Must be from 0 to 59.
Declaration
public readonly int Minutes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Nanos
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
Declaration
public readonly int Nanos
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Seconds
Seconds of minutes of the time. Must normally be from 0 to 59.
Declaration
public readonly int Seconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |