Class Software
Information about a software package or application.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Software : IMessage<Software>, IEquatable<Software>, IDeepCloneable<Software>, IBufferMessage, IMessage
Constructors
Software()
Declaration
public Software()
Software(Software)
Declaration
public Software(Software other)
Parameters
| Type | Name | Description |
|---|---|---|
| Software | other |
Properties
Description
The description of the software.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the software.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Permissions
System permissions granted to the software. For example, "android.permission.WRITE_EXTERNAL_STORAGE"
Declaration
public RepeatedField<Permission> Permissions { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Permission> |
VendorName
The name of the software vendor.
Declaration
public string VendorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version of the software.
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |