Aliyun.Acs.Alidns.Transform.V20150109.UpdateDomainGroupResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UpdateDomainGroupResponse
context UnmarshallerContext
return Aliyun.Acs.Alidns.Model.V20150109.UpdateDomainGroupResponse
        public static UpdateDomainGroupResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateDomainGroupResponse updateDomainGroupResponse = new UpdateDomainGroupResponse();

            updateDomainGroupResponse.HttpResponse = context.HttpResponse;
            updateDomainGroupResponse.RequestId = context.StringValue("UpdateDomainGroup.RequestId");
            updateDomainGroupResponse.GroupId = context.StringValue("UpdateDomainGroup.GroupId");
            updateDomainGroupResponse.GroupName = context.StringValue("UpdateDomainGroup.GroupName");

            return updateDomainGroupResponse;
        }
UpdateDomainGroupResponseUnmarshaller