Show / Hide Table of Contents

Class UpdateGroupDetails

Request body for operationally managing a group.

Inheritance
object
UpdateGroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top