Difference between revisions of "LicenseInfo"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fiel...")
 
Line 11: Line 11:
  
 
! BeginDate
 
! BeginDate
{{!}}  
+
{{!}} long
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! ExpirationDate
 
! ExpirationDate
{{!}}  
+
{{!}} long
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! IsDTP
 
! IsDTP
{{!}}  
+
{{!}} bool
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! PRContentKey
 
! PRContentKey
{{!}}  
+
{{!}} String
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! PRDrmSeed
 
! PRDrmSeed
{{!}}  
+
{{!}} String
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! PRKeyId
 
! PRKeyId
{{!}}  
+
{{!}} String
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
Line 46: Line 46:
  
 
{
 
{
:       "ID": 51
+
:   "PRKeyId": null,
 +
:    "PRDrmSeed": null,
 +
:    "PRContentKey": null,
 +
:    "IsDTP": false,
 +
:    "BeginDate": 0,
 +
:    "ExpirationDate": 0
 
}
 
}
  

Revision as of 14:26, 11 September 2014


Members

Field Data Type Description
BeginDate long
ExpirationDate long
IsDTP bool
PRContentKey String
PRDrmSeed String
PRKeyId String


Example

{

"PRKeyId": null,
"PRDrmSeed": null,
"PRContentKey": null,
"IsDTP": false,
"BeginDate": 0,
"ExpirationDate": 0

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also