Aliyun.Acs.CloudAPI.Transform.V20160714.CreateApiGroupResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : CreateApiGroupResponse
context UnmarshallerContext
return Aliyun.Acs.CloudAPI.Model.V20160714.CreateApiGroupResponse
        public static CreateApiGroupResponse Unmarshall(UnmarshallerContext context)
        {
            CreateApiGroupResponse createApiGroupResponse = new CreateApiGroupResponse();

            createApiGroupResponse.HttpResponse = context.HttpResponse;
            createApiGroupResponse.RequestId = context.StringValue("CreateApiGroup.RequestId");
            createApiGroupResponse.GroupId = context.StringValue("CreateApiGroup.GroupId");
            createApiGroupResponse.GroupName = context.StringValue("CreateApiGroup.GroupName");
            createApiGroupResponse.SubDomain = context.StringValue("CreateApiGroup.SubDomain");
            createApiGroupResponse.Description = context.StringValue("CreateApiGroup.Description");

            return createApiGroupResponse;
        }
CreateApiGroupResponseUnmarshaller