/// Audit log information specific to Cloud IAM. This message is serialized
/// as an `Any` type in the `ServiceData` message of an
/// `AuditLog` message.
#[allow(clippy::derive_partial_eq_without_eq)]#[derive(Clone, PartialEq, ::prost::Message)]pubstructAuditData{/// Policy delta between the original policy and the newly set policy.
#[prost(message, optional, tag ="2")]pubpolicy_delta:::core::option::Option<super::PolicyDelta>,
}