Migration Center v1 API - Class GetGroupRequest (1.1.0)

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

Reference documentation and code samples for the Migration Center v1 API class GetGroupRequest.

A request to get a group.

Inheritance

object > GetGroupRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GetGroupRequest()

public GetGroupRequest()

GetGroupRequest(GetGroupRequest)

public GetGroupRequest(GetGroupRequest other)
Parameter
NameDescription
otherGetGroupRequest

Properties

GroupName

public GroupName GroupName { get; set; }

GroupName-typed view over the Name resource name property.

Property Value
TypeDescription
GroupName

Name

public string Name { get; set; }

Required. Name of the resource.

Property Value
TypeDescription
string