Aliyun.Acs.Ecs.Transform.V20140526.ModifyImageSharePermissionResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : ModifyImageSharePermissionResponse
context UnmarshallerContext
리턴 ModifyImageSharePermissionResponse
        public static ModifyImageSharePermissionResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyImageSharePermissionResponse modifyImageSharePermissionResponse = new ModifyImageSharePermissionResponse();

            modifyImageSharePermissionResponse.HttpResponse = context.HttpResponse;
            modifyImageSharePermissionResponse.RequestId = context.StringValue("ModifyImageSharePermission.RequestId");

            return modifyImageSharePermissionResponse;
        }
ModifyImageSharePermissionResponseUnmarshaller