Struct google_iam1::AuditableService[][src]

pub struct AuditableService {
    pub name: Option<String>,
}

Contains information about an auditable service.

This type is not used in any activity, and only used as part of another schema.

Fields

Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.

Trait Implementations

impl Default for AuditableService
[src]

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

impl Clone for AuditableService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuditableService
[src]

Formats the value using the given formatter. Read more

impl Part for AuditableService
[src]

Auto Trait Implementations