Aliyun.Acs.Cdn.Transform.V20141111.AddLiveAppSnapshotConfigResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : AddLiveAppSnapshotConfigResponse
context UnmarshallerContext
Résultat AddLiveAppSnapshotConfigResponse
        public static AddLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            AddLiveAppSnapshotConfigResponse addLiveAppSnapshotConfigResponse = new AddLiveAppSnapshotConfigResponse();

            addLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            addLiveAppSnapshotConfigResponse.RequestId = context.StringValue("AddLiveAppSnapshotConfig.RequestId");

            return addLiveAppSnapshotConfigResponse;
        }
AddLiveAppSnapshotConfigResponseUnmarshaller