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).

Fields

Id of the sku of the product.

Identifies the resource as a LicenseAssignment.

Email id of the user.

Display Name of the product.

Display Name of the sku of the product.

ETag of the resource.

Link to this page.

Id of the product.

Trait Implementations

impl Default for LicenseAssignment
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for LicenseAssignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LicenseAssignment
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for LicenseAssignment
[src]

impl Resource for LicenseAssignment
[src]

impl ResponseResult for LicenseAssignment
[src]