Returns the specified license resource.
get(project, license)
Returns the specified license resource.
Args:
project: string, Name of the project scoping this request. (required)
license: string, Name of the license resource to return. (required)
Returns:
An object of the form:
{ # A license resource.
"chargesUseFee": True or False, # If true, the customer will be charged license fee for running software that contains this license on an instance.
"kind": "compute#license", # Type of resource.
"name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
"selfLink": "A String", # Server defined URL for the resource (output only).
}