Inheritance: Aliyun.Acs.Core.AcsResponse
        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;
        }