Show / Hide Table of Contents

Class UpdateOccCustomerDetails

Details about the update request for updating the customer.

Inheritance
object
UpdateOccCustomerDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class UpdateOccCustomerDetails

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Additional information about the customer.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The display name of the customer.

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateOccCustomerDetails.StatusEnum? Status { get; set; }
Property Value
Type Description
UpdateOccCustomerDetails.StatusEnum?

To determine whether the customer group is enabled/disabled.

In this article
Back to top