Struct google_licensing1::LicenseAssignment
[−]
[src]
pub struct LicenseAssignment {
pub sku_id: Option<String>,
pub kind: Option<String>,
pub user_id: Option<String>,
pub product_name: Option<String>,
pub sku_name: Option<String>,
pub etags: Option<String>,
pub self_link: Option<String>,
pub product_id: Option<String>,
}Template for LiscenseAssignment Resource
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete license assignments (none)
- list for product license assignments (none)
- get license assignments (response)
- list for product and sku license assignments (none)
- update license assignments (request|response)
- patch license assignments (request|response)
- insert license assignments (response)
Fields
sku_id: Option<String>
Id of the sku of the product.
kind: Option<String>
Identifies the resource as a LicenseAssignment.
user_id: Option<String>
Email id of the user.
product_name: Option<String>
Display Name of the product.
sku_name: Option<String>
Display Name of the sku of the product.
ETag of the resource.
self_link: Option<String>
Link to this page.
product_id: Option<String>
Id of the product.
Trait Implementations
impl Default for LicenseAssignment[src]
fn default() -> LicenseAssignment[src]
Returns the "default value" for a type. Read more
impl Clone for LicenseAssignment[src]
fn clone(&self) -> LicenseAssignment[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more