Class UpdateGroupDetails
Request body for operationally managing a group.
Inherited Members
Namespace: Oci.StreamingService.Models
Assembly: OCI.DotNetSDK.Streaming.dll
Syntax
public class UpdateGroupDetails
Properties
Time
Declaration
[JsonProperty(PropertyName = "time")]
public DateTime? Time { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time to consume from if type is AT_TIME. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateGroupDetails.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateGroupDetails.TypeEnum? | The type of the cursor. |