API hub v1 API - Class Owner (1.0.0-beta02)

public sealed class Owner : IMessage<Owner>, IEquatable<Owner>, IDeepCloneable<Owner>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class Owner.

Owner details.

Inheritance

object > Owner

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

Owner()

public Owner()

Owner(Owner)

public Owner(Owner other)
Parameter
Name Description
other Owner

Properties

DisplayName

public string DisplayName { get; set; }

Optional. The name of the owner.

Property Value
Type Description
string

Email

public string Email { get; set; }

Required. The email of the owner.

Property Value
Type Description
string