public sealed class BillingSettings : IMessage<BillingSettings>, IEquatable<BillingSettings>, IDeepCloneable<BillingSettings>, IBufferMessage, IMessage
Output only. The absolute point in time when the subscription became effective.
Can be compared to expire_time value to determine full contract duration
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `BillingSettings` class provides details about a customer's billing configuration within Google Cloud Security Center settings."],["This class, available in version 1.0.0-beta04 and up to 2.0.0-beta04, includes properties to check for billing tier, billing type, and the subscription's start and expiration times."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations, respectively."],["`BillingSettings` objects can be created using the default constructor or by copying from another `BillingSettings` object, and they inherit several basic methods from the base `Object` class."],["The `BillingTier`, `BillingType`, `ExpireTime`, and `StartTime` properties provide read-only information about the billing details and are accessible through the object."]]],[]]